You can compress and decompress any file you want!
Files which you work with(first and second files) must be in the directory of project(with main.cpp).
- If you want to compress file: first file is the file you want to compress and second file is the result.
- If you want to decompress file: first file is the compressed file and second file is the result.
huffman_coding_main.rar - archive with the codeblocks project of the compression and decompression.
main.cpp - file with the main.cpp from codeblocks project