The tower of hanoi puzzle Initial 2 3 2 3 Goal Objective: move the disks (A, B, C) from peg 1to peg 3 using peg 2 Rules:
Posted: Sat May 14, 2022 7:57 pm
The tower of hanoi puzzle Initial 2 3 2 3 Goal Objective: move the disks (A, B, C) from peg 1to peg 3 using peg 2 Rules: -one disk can be moved at one time -cannot put a disk on a smaller one i) suggest a heuristic function for the above puzzle ii) using the suggested heuristics, show how the state space would look like