Skip to content

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

Notifications You must be signed in to change notification settings

kanikagupta17/Huffman-Encoder

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages