Fix typo and spacing

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

View File

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