Skip to content

A decoder for Huffman Tree, reading the code table and encoded message and generates original message from the encoded file.

Notifications You must be signed in to change notification settings

kanikagupta17/Huffman-Decoder

Repository files navigation

Huffman-Decoder

A decoder for Huffman Tree, reading the code table and encoded message and generates original message from the encoded file.

The decoder reads two input files - encoded message and code table. The decoder first constructs the decode tree using the code table. Then the decoded message can be generated from the encoded message using the decode tree.

For information on How to make encoder, Kindly visit https://github.com/kanikagupta17/Huffman-Encoder.

About

A decoder for Huffman Tree, reading the code table and encoded message and generates original message from the encoded file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages