480 views
1 votes
1 votes

1)In an unweighted undirect connected graph , the shortest path from node S to every other node can be computed with the most efficient algo in time complexity of ____________assuming graph ha n vertices and e edges

O(n2)

O(n logn)

O(n+e)

O(n3)

2) Bellman ford shortest path finds whther any negative weighted cycle is reachable from source - true or not

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
2
0 votes
0 votes
1 answer
3
0 votes
0 votes
0 answers
4
Vaishnavi01 asked Nov 19, 2018
302 views