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
- Host: GitHub
- URL: https://github.com/pfac/elixir-run-length-encoder
- Owner: pfac
- License: mit
- Created: 2015-03-08T01:07:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-08T01:08:11.000Z (over 11 years ago)
- Last Synced: 2025-01-01T14:46:21.766Z (over 1 year ago)
- Language: Elixir
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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