An open API service indexing awesome lists of open source software.

https://github.com/mirror4s/maze-solver

a maze solver based on DFS and BFS.
https://github.com/mirror4s/maze-solver

Last synced: about 2 months ago
JSON representation

a maze solver based on DFS and BFS.

Awesome Lists containing this project

README

        

# Maze-Solver

a maze solver based on DFS and BFS.

## prior knowledge

- [CS61B lecture 25, 27, 28](https://sp18.datastructur.es/index.html)

## reference

- [CS61B lab11](https://sp18.datastructur.es/materials/lab/lab11/lab11)