Description: Huffman tree data structures, using Huffman tree (1) according to the input character and the corresponding weights build the Huffman tree, and outputs the corresponding content has been built as a check (2) with a Huffman tree implementation prefix code, and outputs the encoded string each character (3) a set of binary input packet decoding and output translation.
To Search:
File list (Check if you may need any files):
myhuff.c