huffman-encoding-using-d-ary-heaps
Developed encoder & decoder implementations for Huffman Encoding using Java framework. Instrumented code & performed experiments to determine bound on running times for Huffman tree generation using Binary Heap, Four Way Heap and Pairing Heap and used the fastest among them for Encoder implementation.