This is a simple repo that contains the implementation of the popular file compression algorithms
It contains the implementation of the following compression algorithms:
- Run Length encoding
- Huffman encoding
- Lempel Ziv
This repo is a supplement to the implementations of the algorithms that have been discussed in my blog here: https://navyanshmahla.github.io/posts/Information-Theory-and-Compression-Algorithms/