Skip to content

manishkrjha/File-Zipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Zipper

Screenshot (26)

How to run this program?

  • Step 1: Download the folder in your computer.

  • Step 2: Open terminal within the folder.

  • Step 3: To compress the text file, enter the following in the terminal: > g++ encode.cpp huffman.cpp -o main > ./main inputFile.txt compressedFile.huf

  • Step 4: To decompress the compressed file, enter the following in the terminal > g++ decode.cpp huffman.cpp -o main > ./main compressedFile.huf outputFile.txt

  • The following diagram shows a pictorial representation of commmands in the terminal: Screenshot (30)

Input file before compression:

Screenshot (31)

Compressed File

Screenshot (29)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages