Add viewTree() or viewCode() method in HuffmanTree class that displays the characters, its code and possibly its frequency. Sample output: ``` Character Frequency Code a 10 101 ```
Add viewTree() or viewCode() method in HuffmanTree class that displays the characters, its code and possibly its frequency.
Sample output: