Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpedroschmitz/list-length-elixir
Elixir algorithm exercise to practice recursion using TCO (Tail Call Optimization)
https://github.com/jpedroschmitz/list-length-elixir
elixir elixir-lang tail-call-optimization
Last synced: 21 days ago
JSON representation
Elixir algorithm exercise to practice recursion using TCO (Tail Call Optimization)
- Host: GitHub
- URL: https://github.com/jpedroschmitz/list-length-elixir
- Owner: jpedroschmitz
- Created: 2021-10-02T15:18:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-26T22:31:13.000Z (almost 3 years ago)
- Last Synced: 2024-10-04T15:21:00.179Z (about 1 month ago)
- Topics: elixir, elixir-lang, tail-call-optimization
- Language: Elixir
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Instructions
- `mix deps:get`
- `iex -S mix`To run the tests: `mix test`