Maze Solver_RWA2_GROUP21
This project is used to solve the maze using wall follower algorithm
algorithm.h File Reference

This file contains the implementation details for algorithm class. More...

#include <iostream>
#include <array>
#include <memory>
#include <vector>
#include "../robot/robot.h"
Include dependency graph for algorithm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rwa2group21::Algorithm
 This class implements the search algorithm using a Left hand approach or right hand approach. More...
 

Detailed Description

This file contains the implementation details for algorithm class.

Author
Darshit Desai (darsh.nosp@m.it@u.nosp@m.md.ed.nosp@m.u) , Vamshi Kalavagunta (vamsh.nosp@m.ik@u.nosp@m.md.ed.nosp@m.u) , Vinay Bukka(vinay.nosp@m.06@u.nosp@m.md.ed.nosp@m.u)
Version
0.1
Date
2022-11-07
test_mazes.test_goal_cells
def test_goal_cells(maze_file)
Definition: test_mazes.py:142
test_mazes.test_file_name
def test_file_name(maze_file)
Definition: test_mazes.py:54
test_mazes.test_classic_size
def test_classic_size(maze_file)
Definition: test_mazes.py:64
test_mazes.find_tagged_cells
def find_tagged_cells(rows, tag)
Definition: test_mazes.py:41
test_mazes.test_starting_cell
def test_starting_cell(maze_file)
Definition: test_mazes.py:131
test_mazes.test_boundaries
def test_boundaries(maze_file)
Definition: test_mazes.py:108
test_mazes.test_classic_goal_cells
def test_classic_goal_cells(maze_file)
Definition: test_mazes.py:157
test_mazes.test_training_size
def test_training_size(maze_file)
Definition: test_mazes.py:74
test_mazes.test_format
def test_format(maze_file)
Definition: test_mazes.py:84
test_mazes.test_starting_cell_unique
def test_starting_cell_unique(maze_file)
Definition: test_mazes.py:122