Concept
Arithmetic Coding
Arithmetic coding is a form of entropy encoding used in lossless data compression, where a sequence of symbols is represented by a single number between 0 and 1. It achieves high compression efficiency by assigning shorter codes to more frequent symbols, unlike fixed-length codes, adapting dynamically to the symbol probabilities in the source data.
Relevant Degrees