Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 175 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 175 Bytes

Lempel-Ziv-Storer-Szymanski(LZSS) Encoder and Decoder

Implementation of LZSS, a lossless data compression algorithm by using Z algorithm, Huffman and Elias encoding method.