Recent questions tagged shortest-path

3 votes
0 answers
68
First Statement is true. But I don't know about second?
7 votes
0 answers
69
1 votes
3 answers
70
1 votes
2 answers
74
2 votes
4 answers
75
Is the below statement correct:Bellman Ford finds all negative weight cycles in the graph.This is true or false?
0 votes
0 answers
78
3 votes
2 answers
85
Let P be a shortest path from some vertex s to some other vertex t in a directed graph. If the weight of each edge in the graph is increased by one, P will still be a sho...
0 votes
1 answer
86
what will be the effect if we take equality in relaxaction condition of bellman ford algo??
1 votes
3 answers
87
6 votes
1 answer
89
What is the time complexity of Dijkstra’s algorithm if it is implemented using AVL Tree instead of Priority Queue over a graph G = (V, E)?
2 votes
1 answer
90
Apply single source shortest path algorithm on the given graph using vertex ‘A’ as the source. What is the maximum possible distance between vertex A to vertex G. (As...