Skip to content

Create a Huffman tree using the alphabetical characters and frequencies in text file. Encode user input string by traversing huffman tree to find the desired character and generating Huffman code. Decode Huffman code by traversing tree with given code to find the corresponding character.

Notifications You must be signed in to change notification settings

Luisulloa100/Huffman-Tree-Encoding-Decoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Huffman-Tree-Encoding-Decoding

Create a Huffman tree using the alphabetical characters and frequencies in text file. Encode user input string by traversing huffman tree to find the desired character and generating Huffman code. Decode Huffman code by traversing tree with given code to find the corresponding character.

About

Create a Huffman tree using the alphabetical characters and frequencies in text file. Encode user input string by traversing huffman tree to find the desired character and generating Huffman code. Decode Huffman code by traversing tree with given code to find the corresponding character.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages