Lossless Compression (Data Compression)

From Algorithm Wiki
Jump to navigation Jump to search

Description

The reduction or ideally elimination of redundancies in the original data to result in smaller required storage space is the goal of every compression scheme. There are two categories of data compression: lossy and lossless.

Lossless compression is fully information-preserving and fully reversible.

Related Problems

Related: Lossy Compression

Parameters

$n$: number of items in input series of data

Table of Algorithms

Currently no algorithms in our database for the given problem.