https://github.com/sys27/maze
Path search algorithms
https://github.com/sys27/maze
astar astar-algorithm bfs bfs-algorithm dijkstra dijkstra-algorithm
Last synced: about 2 months ago
JSON representation
Path search algorithms
- Host: GitHub
- URL: https://github.com/sys27/maze
- Owner: sys27
- License: mit
- Created: 2021-05-03T16:52:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T14:45:59.000Z (about 4 years ago)
- Last Synced: 2025-02-02T04:17:58.301Z (4 months ago)
- Topics: astar, astar-algorithm, bfs, bfs-algorithm, dijkstra, dijkstra-algorithm
- Language: C#
- Homepage:
- Size: 175 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repository contains path search algorithms:
- [Breadth-first search](https://en.wikipedia.org/wiki/Breadth-first_search)
- [Dijkstra's algorithm](https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm)
- [A* search algorithm](https://en.wikipedia.org/wiki/A*_search_algorithm)Maze generated by [https://keesiemeijer.github.io/maze-generator/](https://keesiemeijer.github.io/maze-generator/).