This is the "search algorithm looking at the maze". The operation menu like this is spread on the top of the screen ... ... The search algorithm can be changed from ...
My C++ professor recently gave us an assignment to read in a text file of 0s and 1s into a 2d array as a rectangular maze, and then traverse the maze by following a wall. <BR><BR>As an extra he ...