Monday, November 7, 2016

Huffman Decode

Huffman coding assigns code words to fixed length characters based on frequency.
More frequent characters are given shorter code words and less frequent with longer.


Java program for a given string that has encoded and a tree structure,  decode the characters .

No comments:

Post a Comment