Problem

A player is placed at the entrance of a maze, and trying to find the path to one of the exits of the maze.

0 1 2 3 4 5 6 0 1 2 3 4 5

The player can use any of the uninformed and informed search algorithms to perform the search.

Last Updated: 4/27/2020, 4:33:59 PM