Hi, i am trying to convert the basic recursive function for hanoi into a non recursive function using a stack to hold the pending moves.
The recursive function for moving all discs from tower a to...