Maze Solver_RWA2_GROUP21
This project is used to solve the maze using wall follower algorithm
|
This is the main class which is built in the Simulator and used to call all other classes. More...
#include <iostream>
#include <string>
#include <vector>
#include "algorithm/algorithm.h"
#include "simulator/simulator.h"
Functions | |
int | main (int argc, char *argv[]) |
This is the main class which is built in the Simulator and used to call all other classes.