/towers-of-hanoi-elixir

Towers of Hanoi solver written in Elixir

Primary LanguageElixir

Elixir: Towers of Hanoi

A basic example of the recursive solution for the towers of Hanoi problem written in Elixir.

Execute mix test to watch it run.