Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 260 Bytes

File metadata and controls

6 lines (5 loc) · 260 Bytes

Huffman Coding

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.