Skip to content
forked from radekstepan/LZW

LZW Compression/Decompression in C

Notifications You must be signed in to change notification settings

mactoys1980/LZW

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To display help for the program:
	$ ./lzw

To compress a file:
	$ ./lzw c input.html

To decompress a file:
	$ ./lzw d input.html.lzw

About

LZW Compression/Decompression in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%