A very small command-line program that encodes and decodes files via Huffman coding algorithm
- Build with the means of CMake
- Run
- Enter
encode
- Enter the name of the file that should be encoded
- Enter the name of the output encoded file
- Wait...
- Profit! Now you have encoded version of your file and to decode it back let's go to the next step
- Run program again
- Enter
decode
- Enter the name of the encoded file
- Enter the name of the output decoded file
- Wait...
- Profit! You (probably) successfully encoded and decoded your file!
Project is created with:
- C language