Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 208 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 208 Bytes

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.