The objective of this project was to reinforce my conceptual understanding of graphs and graph traversal algorithms by implementing a breadth-first search of a graph to solve any given maze.
Maze traversal in Java
Repository from Github https://github.comritvikkar/maze-traversal
The objective of this project was to reinforce my conceptual understanding of graphs and graph traversal algorithms by implementing a breadth-first search of a graph to solve any given maze.