Hey,
I've gota make a program that reads characters from a text file, produces the Huffman code tree, and prints the codes for each character in the file. I've already written the code to read chars from a text file, but the Huffman code tree is the part I'm a little bit stuck with.
Is there anyone that could give me any clues on how to implement this please?
Thanks