Functional programming

  • 15th March 2024

The Tower of Hanoi

The Tower of Hanoi is the name of a puzzle invented by the french mathematician Édouard Lucas in 1883. We will solve it in code and using recursion.

Read more