In: Computer Science
i want it in C++.You will solve the Towers of Hanoi problem in
an iterative manner (using Stack) in C++(using data
structure).
Note: you have to solve for N number of disks, 3 Towers (Stacks).
Do not use recursion.
For better understanding play the game at least once.
Link:https://www.mathsisfun.com/games/towerofhanoi.html