Skip to content

yat-L/LZW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published