kjthorpe18 / LZWCompression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:Java 100.0%