Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 399 Bytes

File metadata and controls

7 lines (4 loc) · 399 Bytes

Maze_Solving_Algorithms

Screen Shot 2023-08-26 at 6 11 04 PM

This project contains 2 very popular search algorithms: Breadth-First-Search and Depth-First-Search.
A maze of any size can be displayed and the solutions of both algorithms can be selected.