Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 424 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 424 Bytes

LZ77

Compression algorithm of LZ77 written in Python

Instructions

1.Place text file that you want to encode in the same directory as python file.

2.Run LZ77.py by passing arguements buffer window size and file name. E.g. on windows "python LZ77.py " This will automatically encodes then decodes whilst the encoded message is written in to a separate text files in the same directory.