Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 279 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 279 Bytes

HuffmanTreeEncoder

An Encoder for Huffman tree using 3 priority queues - MinBinaryHeap, Min 4-AryBinaryHeap and PairingHeap. The encoder reads an input file that is to be compressed and generates two output files – the compressed version of the input file and the code table