view arrays/rle/question.rst @ 0:20fea762903e

Import some exercises and solutions
author Louis Opter <kalessin@kalessin.fr>
date Sat, 29 Jun 2013 19:30:31 -0700
parents
children
line wrap: on
line source

RLE
===

Code a RLE_ function that takes a string as input.

.. _RLE: https://en.wikipedia.org/wiki/Run-length_encoding

.. note:: Stéphane got this.