Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 421 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 421 Bytes

Huffman-Encoder

A program that generates Huffman Codes. Evaluation of which priority queue is better - Min Binary Heap, Min 4-Ary Heap or Pairing heap.

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.

Encoder program has two output files. One is encoded message in binary format. Second output is the code table.