Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 363 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 363 Bytes

LZWCompression

A project that performs Lempel–Ziv–Welch (LZW) compression on a number of files.

There are two LZW files, one containing the implementation of the Sedgewick and Wayne of Algorithms: Fourth Edition, LZW.java, and one conatining my modifications, LZWmod.java. An analysis of these two programs is available in Analysis.docx.