|
|
|
|
|
by thaumasiotes
363 days ago
|
|
> I think a human will struggle to solve Hanoi using the recursive algorithm for even 6 disks, even given pen and paper. Why? The whole point of the recursive algorithm is that it doesn't matter how many discs you're working with. The ordinary children's toys that implement the puzzle are essentially always sold with more than 6 discs. https://www.amazon.com/s?k=towers+of+hanoi |
|
In addition, 64-256 moves is quite a lot and I suspect people will generally lose focus before completing them.