Huffman Stuff
I want to test some ways to store the data for the Huffman Tree
Lectures on Huffman Code mostly focus on creating the Huffman Tree and converting the given data into the new bitmap. But what about the informations needed to create the Huffman Tree? They must be stored as well. With this project I want to test some possibilities to store these data.
gmp,h is needed to compile.
See: http://gmplib.org/