Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 295 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 295 Bytes

LZW

  • 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