String compression algorithms

Home > Computer Science > Algorithms and data structures > String algorithms > String compression algorithms

These algorithms are used for reducing the size of a string by replacing repetitive sequences with shorter codes. Examples of string compression algorithms include Huffman coding, Lempel-Ziv-Welch algorithm, and Run Length Encoding.