In tower of hanoi animation after you start the animation, it will go on and end. There is no option to to move between steps, like forword/previous. You need to implement this feature. You can go through the level-order-traversal or merge sort code for reference. This feature is implemented there.
In tower of hanoi animation after you start the animation, it will go on and end. There is no option to to move between steps, like forword/previous. You need to implement this feature. You can go through the level-order-traversal or merge sort code for reference. This feature is implemented there.