This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: 8OhQyQ-TSzgnE_sD0RxWkLBcN4wKqvfIqmmV4DVSUBQ
Cover

How LZ78 Compression Algorithm Works

Written by @dbudhrani | Published on 2020/9/3

TL;DR
LZ78 is a lossless data-compression algorithm created by Lempel and Ziv in 1978. It takes advantage of a dictionary-based data structure to compress our data. In this case, it makes use of a trie data structure, as it’s more efficient for this compression technique. The motivation behind this approach was to get rid of the parameterization that was required to optimize LZ77's performance. The main motivation was to create a universal compression algorithm that does not require any knowledge on the input.

[story continues]


Written by
@dbudhrani
Multidisciplinary software engineer. Currently @ Wubook. MSc @ DTU. BSc @ UC3M.

Topics and
tags
programming|compression|data-science|gif|algorithms|software-development|software-engineering|lz78|web-monetization
This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: 8OhQyQ-TSzgnE_sD0RxWkLBcN4wKqvfIqmmV4DVSUBQ