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

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

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/).