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

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.

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
![alt text](./public/homesc.png)

> Editor page of no-dijkstra project
![alt text](./public/editorsc.png)