Computer Science, asked by digeesh7306, 10 months ago

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 choudhary21
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 RAthi21
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