Run-length encoding (RLE)

Home > Computer Science > Algorithms and data structures > Compression Algorithms > Run-length encoding (RLE)

A lossless data compression algorithm that replaces sequences of repeated data with a single data value and a count.