/Hanoi-Towers-Solver

A recursive Hanoi Towers solver-program, written in Erlang

Primary LanguageErlang

Hanoi Towers Solver

Given a data structure (a list) representing the three towers of the game, the program will solve the puzzle recursively.