An open API service indexing awesome lists of open source software.

https://github.com/pfac/elixir-run-length-encoder

My implementation of a Run Length Encoder in Elixir
https://github.com/pfac/elixir-run-length-encoder

Last synced: about 18 hours ago
JSON representation

My implementation of a Run Length Encoder in Elixir

Awesome Lists containing this project

README

          

Run Length Encoder in Elixir
============================

Implementation of the [Run Length Encoding][rle] algorithm in Elixir for [the Elixir Quiz challenge][challenge].

## Tests

Run the tests using the `mix test` command at the root of the project.

## License

Project under the [MIT License][mit]

[challenge]: http://elixirquiz.github.io/2014-08-16-run-length-encoding
[mit]: http://opensource.org/licenses/MIT
[rle]: http://en.wikipedia.org/wiki/Run-length_encoding