Data Compression Techniques From Scratch In this repository, I will implement some data compression algorithms from scratch. At this time, the available algorithm implementations are: LZ77 LZ78 Standard Huffman Adaptive Huffman Vector Quantization Image DPCM There is a README.md for each algorithm in its directory. Developed by Yousef Said