Skip to content

Lempel-Ziv playground for LZ77 and some more variants. Allows visualizing the compression step-by-step.

License

Notifications You must be signed in to change notification settings

jannikw/lempel-ziv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lempel-Ziv Playground

This React web app implements the original LZ77 algorithms and some more variants of it. You can play around with different inputs and parameters. Each LZ parsing can be visualized step-by-step.

A live version of the app is available at https://jannikw.github.io/lempel-ziv/#/.

Development

To work with the code locally, first check out the repository. Then execute the following commands to get a local version running:

npm install
npm start

About

Lempel-Ziv playground for LZ77 and some more variants. Allows visualizing the compression step-by-step.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published