-
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:
-
Notifications
You must be signed in to change notification settings - Fork 0
manishkrjha/File-Zipper
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published