Introduction - If you have any usage issues, please Google them yourself
Huffman Tree Encoder is an implementation of the HUffman algorithm.I wrote a simplified version of the Algorithm for this program. The Algorithm is also available with the program.The program can generate codes for the symbols entered as well as display the tree for them. An included illustrative example explains this process.View the included HTML file for Algorithm,Program and the Example.