How many moves required by extending tower of hanoi to move an disks from tower a to tower c using tower b
Answers
Answered by
3
Explanation:
Tower of Hanoi consists of three pegs or towers with n disks placed one over the other.
The objective of the puzzle is to move the stack to another peg following these simple rules. Only one disk can be moved at a time.
No disk can be placed on top of the smaller disk.
Answered by
3
hello!
____
moves will be required 2n+1 to move extended tower of hanoi to move n disks from tower a to tower c using tower.
Similar questions