2017-11-17 23:06:00 +01:00
|
|
|
# Hanoi Tower recursive resolution
|
|
|
|
|
2017-11-22 19:05:23 +01:00
|
|
|
Resolve this problem by
|
2017-11-23 23:38:43 +01:00
|
|
|
php resolver.php
|
2017-11-22 19:05:23 +01:00
|
|
|
|
2017-11-22 19:11:13 +01:00
|
|
|
You can change the number of discs used on the game. Edit the resolver.php third line to do that.
|