Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.

Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.

We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

Code to implement Tower of Hanoi

Hello,

Is there any repository of code that can be referred to implement Tower of Hanoi in RAPID Programming Language?

Comments

  • Tower of Hanoi is a basic logical problem. You will find solutions with dr google and then you have to adapt it into rapid. I think the recursive solution is not possible with rapid, because it does not support recursion.