https://github.com/edu-rz/no-dijkstra
🙌 Dijkstra's Algorithm for Shortest Path Graph implemented in JavaScript using React and ReactFlow.
https://github.com/edu-rz/no-dijkstra
dijkstra firebase react react-flow tailwind
Last synced: 3 months ago
JSON representation
🙌 Dijkstra's Algorithm for Shortest Path Graph implemented in JavaScript using React and ReactFlow.
- Host: GitHub
- URL: https://github.com/edu-rz/no-dijkstra
- Owner: edu-rz
- Created: 2024-12-05T14:46:52.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T14:47:16.000Z (7 months ago)
- Last Synced: 2025-02-14T15:46:24.587Z (4 months ago)
- Topics: dijkstra, firebase, react, react-flow, tailwind
- Language: JavaScript
- Homepage: https://no-dijkstra.web.app/
- Size: 5.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# no-dijkstra
Dijkstra's algorithm, conceived by computer scientist Edsger Dijkstra, is a graph search algorithm that solves in single-source shortest path problem for a graph with non-negative edge path costs, producing a shortest path tree.🔗 URL: https://no-dijkstra.web.app/
> Home page of no-dijkstra project
> Editor page of no-dijkstra project
