simple huffman compressor
gcc huffman.c -o huffman ./huffman alice_in_wonderland.txt output
huffman file compressor and decompressor.