A simple C++ implementation of Huffman coding.
Implemented huffman coding as little practice project for compression algorithms. Got inspired by Marcus Hutter's Website about the relation of intelligence and compression (http://www.hutter1.net/ai/uaibook.htm).