Update links

This commit is contained in:
rui 2020-02-10 03:35:22 +01:00 committed by GitHub
parent 9f3d868293
commit 2ee77024a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,8 +2,8 @@
Find the the shortest path between different cities in Belgium with Dijkstra algorithm. Find the the shortest path between different cities in Belgium with Dijkstra algorithm.
- Frontend: https://dijkstra.ruihildt.xyz/ - Frontend: https://dijkstra.ruihildt.xyz/
- Backend: https://dijkstra-backend.herokuapp.com/ - Backend: https://dijkstra-backend.herokuapp.com/
- Backend Source: https://github.com/ruihildt/dijkstra/ - Backend Source: https://github.com/ruihildt/dijkstra/
- Frontend Source: https://github.com/ruihildt/dijkstra-frontend