Solving the Towers of Hanoi without recursion – using conditions only I am trying to solve the Towers of Hanoi problem (with 4 rings) without recursion.