nprezhdo/LZW-Compression
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Readme: From Natalie: I dont think that the binary part works so there is an arraylist of integers of of the encoded things so you can rebuild the dictionary from that sorry From Alex: I reworked her compress method to output the right dictionary indexes, which I then used to pass into my decode() method. All files are decompressing properly.