Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 175 Bytes

File metadata and controls

2 lines (2 loc) · 175 Bytes

Search Algorithms

In this repository I use basic Search Algorithms, such as Breadth First Search (BFS) and Depth First Search (DFS), to solve classic problems such as Maze.