Skip to content
/ LZW_CPP Public

Implementation of LZW compression and decompression in C++.

License

Notifications You must be signed in to change notification settings

Gozzim/LZW_CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lempel–Ziv–Welch Compression in CPP

build tests CodeFactor

Implementation of LZW (Lempel–Ziv–Welch) compression and decompression in C++.

Credits

License

This code and content is released under the GNU AGPL 3.0 license.