Skip to content

Aaron-SP/LZ77

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LZ77

LZ77 Compression Algorithm

This tool is an implementation of the LZ77 Compression Algorithm. GNU/C++ is required to build the project.

'make' - will build the project

'bin/lz77 compress data/model.obj' - will compress the obj file

'bin/lz77 decompress data/model.obj.comp' - will decompress the obj file

'diff -q data/model.obj data/model.obj.comp.decomp' - will test for a difference between the original file and the decompressed file

'make clean' - will clean the project

About

LZ77 Compression Algorithm

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE.txt
Unknown
COPYING.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published