One of the simplest encoding algorithm is called Run-Length Encoding (RLE) and it is adopted in image compression and in fax machines. In this article we'll describe the RLE algorithm and implement in F#, showing how it works step-by-step.
Add your comment