Huffman Coding
Just got into coding in DS and Algorithms again. Here is my implementation of the huffman coding in C++. Pretty simple stuff if you make use of STL extensively. There are no comments and the classes are not properly written. If you want to learn more about Huffman Coding, visit here.
Download source code from here huffman.tar.gz.