Tower Of Hanoi - Solving Halfway Algorithm in Python
问题 Is it possible to solve tower of hanoi halfway? I've done extensive research to look for codes that solves the user's configuration halfway but I've yet to find one. This is for an assignment and I require the code to take over from where the user has stopped solving and continue solving it for the user, without resetting the puzzle to square one. I understand that there are recursion algorithms out there readily available but that is not what I'm searching for. I'm searching for algorithms