Tree: Huffman Decoding

  • + 0 comments

    The C langauge case, there is no binary tree passed and input is decoded string. Is one suppose to generate codes, create coded string and then call a function to decode a generated codeed string? Right now, just reading string from standard input and printing it back passes all test cases :-)