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.
- Host: GitHub
- URL: https://github.com/mirror4s/maze-solver
- Owner: MirRoR4s
- Created: 2024-11-25T12:30:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T13:41:38.000Z (6 months ago)
- Last Synced: 2024-12-14T20:16:17.560Z (6 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)