Maze_Solver
1.0
A Maze Solver Algorithm for BotnRoll ONE A
|
#include <Path.h>
Public Member Functions | |
String | getPath () |
retrieves the path More... | |
void | setPath (String newPath) |
sets the path More... | |
void | updatePath (MoveType newMove) |
inserts a newMove to the path More... | |
void | getShortestPath (Path &exploredPath) |
calculates and retrieves the shortest path from the given exploredPath More... | |
String Path::getPath | ( | ) |
retrieves the path
void Path::getShortestPath | ( | Path & | exploredPath | ) |
calculates and retrieves the shortest path from the given exploredPath
void Path::setPath | ( | String | newPath | ) |
sets the path
void Path::updatePath | ( | MoveType | newMove | ) |
inserts a newMove to the path