huffman_tree

Huffman tree is useful for compressing files.
In this project I use huffman tree for compress txt files.

visualization

For visualization I use OpenGl.

start

make one txt file then
In root folder:

  make 
  ./run.sh *.txt

after that you can see compressed.txt file.