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

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.