dijkstra-frontend/README.md

9 lines
317 B
Markdown
Raw Normal View History

2020-02-10 02:17:14 +00:00
# dijkstra-frontend
2020-02-09 11:09:49 +00:00
2020-02-10 02:17:14 +00:00
Find the the shortest path between different cities in Belgium with Dijkstra alogrithm.
2020-02-09 11:09:49 +00:00
2020-02-10 02:17:14 +00:00
Frontend: https://dijkstra.ruihildt.xyz/
Backend: https://dijkstra-backend.herokuapp.com/
2020-02-09 11:09:49 +00:00
2020-02-10 02:17:14 +00:00
Backend Source: https://github.com/ruihildt/dijkstra/
Frontend Source: https://github.com/ruihildt/dijkstra-frontend