You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this project, you will implement Huffman's greedy algorithm
for text compression and then write a brief report containing
the results of running your code on three books.
Complete the TODO's in HuffmanTree.java file and Driver.java.