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 - Fork 0
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.
Luisulloa100/Huffman-Tree-Encoding-Decoding
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 0
No packages published