Skip to content

nsmirn0v/lz77

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Implementation of LZ77 compression algorithm in PERL.

usage: perl lz77.pl -c file (compress file)
       perl lz77.pl -d file new_file (decompress file and save it as new_file)
       perl lz77.pl -s "string" (compress and decompress a string outputting results)
$ perl lz77.pl -s "hellohellohellohello"
       compressed: (0,0,h)(0,0,e)(0,0,l)(1,1,o)(5,15,)
       decompress: "hellohellohellohello"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages