Hi All,
I'm working on building a program that will allow a user to encode and decode a string of characters.
I have a priority queue of all the characters and their corresponding frequencies, information needed to make the Huffman Tree, however this is where I'm stuck.
How would I go about creating the Huffman Tree?
Thanks