wrusb's blog

By wrusb, history, 3 hours ago, In English

Can anyone help me with the Tower of Hanoi problem with 4 pegs? The maximum number of disks is 100, and we don't need to optimize the number of moves. We need to print the number of moves and the moves, so we can't use too much moves. I can only solves when the number of disks is <=40;

  • Vote: I like it
  • -3
  • Vote: I do not like it

»
2 minutes ago, hide # |
Rev. 2  
Vote: I like it 0 Vote: I do not like it

we don't need to optimize the number of moves.

so we can't use too much moves.

how many moves can we use?