Assignment 5: due 5/15 in class
Problems to be handed in:
- 16.1-2
- 16.1-5
- 16.2-5
- 16.2-7
- 16.3-3
- Implement the algorithm for Huffman codes as shown in the text book. A
complete program should include encoder and decoder. You must use priority
queue. To demo, your program should be able to compress a file and recover it.
Bonus: If your program can handle binary files instead of just text files.
(program due 5/31).