Huffman tree is useful for compressing files.
In this project I use huffman tree for compress txt
files.
For visualization I use OpenGl
.
make one txt
file then
In root folder:
make
./run.sh *.txt
after that you can see compressed.txt
file.