edited by
835 views
1 votes
1 votes

edited by

1 Answer

Answer:

Related questions

4 votes
4 votes
2 answers
1
lowOnATP asked Jun 29, 2015
2,557 views
I mean if we run prim's algorithm on a weighted directed graph, will it give the same shortest path? And vice-versa?Also if we run dijkstra's algorithm on a graph with ne...
1 votes
1 votes
2 answers
2
Sankaranarayanan P.N asked Jun 25, 2015
578 views
When can we have single source shortest path algorihm runs in Big Oh of number of edges.Options are like weighted graph, undirected graph, undirected and weighted, not po...
0 votes
0 votes
0 answers
3
Chhotu asked Nov 4, 2017
309 views
Hi Guys,BFS could be used for finding single source shortest path in unweighted graph. But could we use DFS also ? Please share your valuable opinion.PS: I think after li...
1 votes
1 votes
3 answers
4
Rakesh K asked Nov 27, 2016
3,168 views