Skip to content

LZ77 & BWT implementations. The algorithms do not actually compress the files. However, they give a basic understanding of how the algorithms work and how much loops they have to go through.

License

Notifications You must be signed in to change notification settings

ThomasRabn/Compressibility-LZ77-and-BWT

Repository files navigation

Compressibility - LZ77 & BWT

The Project

This project is about compressing files. It implements very simple versions of LZ77 and BWT compressing algorithms in order to measure their efficiency. They do not actually compress the files. However, they give a basic understanding of how the algorithms work and how much loops they have to go through.

Author

Code & Report: Thomas RABIAN - thomas.rabian@protonmail.com
Report help: Paolo RONDOT

About

LZ77 & BWT implementations. The algorithms do not actually compress the files. However, they give a basic understanding of how the algorithms work and how much loops they have to go through.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages