Assignment 5: due 5/15 in class

Problems to be handed in:

  1. 16.1-2
  2. 16.1-5
  3. 16.2-5
  4. 16.2-7
  5. 16.3-3
  6. 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).