Lossless Compression (Data Compression)

From Algorithm Wiki
Revision as of 09:22, 10 April 2023 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.