Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 285 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 285 Bytes

LZWAlgorithm

In this repo you can find implementation of LZW codec(coder and decoder) in python. LZW is compression method commonly used to compress Gif image and Tiff image formats. In this file you can find its implementation. The file consists both the coder and decoder method.