Hiya guys.
im after a bit of guidance to be honest
My task:
Create a program that generates huffman codewords for a 16 symbol alphabet, the input should be the probabilities of each symbol occurring.
Im gonna use 6 for ease of programming for now
Im unsure where to go... Ive created a basic "take user input - assign to an array" program.(userin put[])
Heres my thoughts.. copy...