This repository contains implementation of compression based on Burrows-Wheeler transform (mostly known as the algorithm of bzip2 tool).
It was implemented as a final project of "Algorithms" course that i took and main goal for it was to be simple and readable. It is not a complete and production-ready compression tool.
Things to improve:
- Compress data in blocks of fixed size (this logic was skipped for simplicity)
- Support binary files
- ???