You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Analyze the case where the from and to nodes from a ShortestPath are the same. The algorithm should return distance/cost equal to zero. Currently, the algorithm is trapped in a loop.