Specification: |
|
Provided Files: |
- HuffmanCompressor.java, the main program that lets you encode/decode files
- BitInputStream.java, for reading input one bit at a time
- BitOutputStream.java, for writing output one bit at a time
-
Test case input files:
ass8.zip (all of the above)
The last column has the debug output of the compressed file when you say "y" to debugging
WARNING: Do not copy and paste the contents of the txt files, you will run into weird bugs. Right click and press "Save As" to download the file
|
Diagrams : |
short tree diagram
hamlet tree diagram
|
Spec Intro Video: |
- No HW intro video this week, watch the lecture from Monday 8/8
|
Optional Links: |
|