- #1
shashmehro
- 3
- 0
Homework Statement
please suggest a suitable shortest path finding algorithm of an autonomous device in the maze more popularly referred to as a micro-mouse.
Homework Equations
In the development stage we have understood that simply applying djikstras would not work. Therefore we need a more advanced algorithm.
The Attempt at a Solution
How do we make sure that it works for all possible cases...It maps the entire maze and the algo is good enough to help find a suitable solution.