StanaAndrei / huffman-comp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

huffman-comp

To generate a text .txt file go to testing folder: sh gen_txt_file.sh

Compile the program: g++ -Wall -o exec *.cpp

run the program: ./exec --encode/--decode path_to_file

About


Languages

Language:C++ 93.4%Language:Shell 6.6%