When given a maze, how would a robot navigate through it? This is one of the answers I have solved through programming. I constructed an AI that thought rationally, following a set list of commands to make it to the goal. It did this through 4 different methods:

  • Depth First Search

  • Breadth-First Search

  • Greedy Best First Search

  • A* Search

Previous
Previous

D3 Website Visualizations