Skip to content

Just an exercise in C. Implements a lz77 encoder and decoder

License

Notifications You must be signed in to change notification settings

Wuestenschiff/myLz77

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myLz77

Just an exercise in C. Implements a lz77 encoder and decoder.

Install

  • git clone
  • make

Usage

  • lz77_enc.e input_file output_file
  • lz77_dec.e input_file output_file

Beware

  • the dog
  • output_file will be OVERWRITTEN!!!

About

Just an exercise in C. Implements a lz77 encoder and decoder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published