- This is an implementation of the LZW compression algorithm.
- Execute
make
to compile, this will compile LZW executable- To compress,
./LZW c inputfile outputfile
- To Decompress,
./LZW d inputfile outputfile
- To compress,
make
to compile, this will compile LZW executable
./LZW c inputfile outputfile
./LZW d inputfile outputfile