Recent content by shashmehro

  1. S

    Shortest path finding algorithms

    I went through a couple of papers that were available on a quick search...most of them have their own algorithms. Was hoping if somebody who was actually working on similar problems could assist us on how the difference would be from any traditional path finding algorithm.
  2. S

    Shortest path finding algorithms

    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...
  3. S

    Shortest path finding algorithms

    hello folks... my frnds and I have a project in which we have to find the shortest path possible for a mouse to traverse to the middle of the maze(any random maze)...we have understood that simply applying djikstra`s would not work...also prevalent algorithms like floodfill have a level of...
Back
Top