An app using Dijkstra algorithm to find the shortest path between different cities.
https://dijkstra.ruihildt.xyz
public | ||
src | ||
.gitignore | ||
package.json | ||
README.md | ||
yarn.lock |
dijkstra-frontend
Find the the shortest path between different cities in Belgium with Dijkstra algorithm.
-
Frontend: https://dijkstra.ruihildt.xyz/
-
Backend Source: https://git.armada.digital/rui/dijkstra-backend