This repository is not active
hilalozkan22/PROLABII-LZ77-DEFLATE
In this project we are trying to tackle the LZ77 and DEFLATE data compression algorithms. Data compression is divided into two categories: lossy and lossless. Lossy data compression means that the data, after being compressed, cannot be recovered (decoded) in its original form. On the other hand, for a lossless data compression, the compressed data
C