Any path finding will work as long as there are no obstacles on distractions along the way. A genetic A*
algorithm has been used for more advanced environments in graph. Implementation of the path finding
algorithm for grid based graph with or without obstacles.