LZ77 is a lossless data compression algorithm published by Abraham Lempel and Jacob Ziv in 1977.
I understand the LZ77 and LZ78 algorithms. I read about LZ4 here and here and found code for it. Those …