This is a basic LZW codec written in C for compressing and decompressing ASCII text files using a 15-bit dictionary.
-
Updated
Aug 20, 2024 - C
This is a basic LZW codec written in C for compressing and decompressing ASCII text files using a 15-bit dictionary.
Add a description, image, and links to the lzw-decoding topic page so that developers can more easily learn about it.
To associate your repository with the lzw-decoding topic, visit your repo's landing page and select "manage topics."