What can be the efficient approach to solve the 8 puzzle problem?

后端 未结 6 670
你的背包
你的背包 2021-01-31 05:29

The 8-puzzle is a square board with 9 positions, filled by 8 numbered tiles and one gap. At any point, a tile adjacent to the gap can be moved into the gap, creating a new gap p

6条回答
  •  我在风中等你
    2021-01-31 05:45

    See this link for my parallel iterative deepening search for a solution to the 15-puzzle, which is the 4x4 big-brother of the 8-puzzle.

提交回复
热议问题