Posts by concessio • 29 points
2 posts
-
0
votes1
answer135
viewsQ: Routes in Goole Maps
I’m creating an app and I wonder if there’s how I create two points on a map being the first my location and the second point my updated location type the way I move gets fixed while B is updating…
-
2
votes1
answer875
viewsQ: How to implement the Dijkstra algorithm in Pascal?
I’m trying to implement Dijkstra’s algorithm, creating a Pascal function. I have something like: function Dijkstra(L:mapa):integer; begin min := max ; map.mini:= 0; for i := 2 to min do if…