Skip to content

Run length encoding wiki

sjhingan edited this page Mar 3, 2018 · 1 revision

Welcome to the Coding-JAVA wiki!

This contains all the details of the problem solved in this project.

  1. Run-length encoding (RLE) is a very simple form of data compression in which runs of data (that is, sequences in which the same data value occurs in many consecutive data elements) are stored as a single data value and count, rather than as the original run. (Wikipedia)
Clone this wiki locally