Tree: Huffman Decoding

  • + 2 comments

    You can do without the use of StringBuilder - simply System.out.print(c.data) instead of sb.append(c.data) in the middle of the if statement.