Skip to content

Compression algorithm of LZ77 written in Python

Notifications You must be signed in to change notification settings

jessica-ng/LZ77

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Compression algorithm of LZ77 written in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages