Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ezralazuardy/pathfinder
A simple, no-nonsense pathfinding algorithm visualizer web app ✨
https://github.com/ezralazuardy/pathfinder
algorithm gatsbyjs mst pathfinding
Last synced: about 1 month ago
JSON representation
A simple, no-nonsense pathfinding algorithm visualizer web app ✨
- Host: GitHub
- URL: https://github.com/ezralazuardy/pathfinder
- Owner: ezralazuardy
- License: 0bsd
- Created: 2021-04-08T23:58:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T16:48:18.000Z (over 1 year ago)
- Last Synced: 2024-10-02T08:16:51.151Z (about 1 month ago)
- Topics: algorithm, gatsbyjs, mst, pathfinding
- Language: JavaScript
- Homepage: https://pathfinder.ezralazuardy.com
- Size: 24.6 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# pathfinder
A simple, no-nonsense minimum spanning tree pathfinding algorithm visualizer web application ✨Open the application at https://pathfinder.ezralazuardy.com
#### Inspired by
- [VisuAlgo](https://visualgo.net)
- [clementmihailescu/Pathfinding-Visualizer](https://github.com/clementmihailescu/Pathfinding-Visualizer)