+ 1
Question
Is the dijkstra algorithm used to find the lowest way? Can someone explain it in details? Thanks
1 ответ
0
It's been so long since I've seen Djikstra, but the Algorithm helps you determine the Shortest Path from Point A to Point B in a graph, given that each Path(connections from Point to Point) has their own weight.
Sorry I can't explain more in detail than that. I wish you success!