Skip to content

bchaper0n/lz77cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lz77 implementation in c++

lossless data compression algorithm by Abraham Lempel and Jacob Ziv in 1977

implementation steps

  1. suffix array (sorting using quick sort for now; SA-IS todo)
    • also convert to/from suffix tree?
  2. sliding window + dictionary
  3. encoder
  4. decoder

future

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages