jpedroschmitz / list-length-elixir

Elixir algorithm exercise to practice recursion using TCO (Tail Call Optimization)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

  • mix deps:get
  • iex -S mix

To run the tests: mix test

About

Elixir algorithm exercise to practice recursion using TCO (Tail Call Optimization)


Languages

Language:Elixir 100.0%