Posts by robot_s • 41 points
1 post
-
4
votes2
answers3468
viewsA: Best route calculation algorithm
From what I understand, you have the shortest path problem and then you can use the algorithm of Dijkstra to find the optimal solution in polynomial time. To implement, the ideal would be to get the…