You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generates a Huffman tree from a provided map, prints the generated tree in table format (containing Character and Huffman code columns), and then prints out the decoded text version of the provided file.
About
Generates a Huffman tree from a provided map, prints the generated tree in table format (containing Character and Huffman code columns), and then prints out the decoded text version of the provided file.