1,316 views

1 Answer

1 votes
1 votes

A variation of the Ford–Fulkerson algorithm with guaranteed termination and a runtime independent of the maximum flow value is the Edmonds–Karp algorithm, which runs in O(VE^{2}) time. so the option (A) O(nm2)

Related questions

0 votes
0 votes
2 answers
2
0 votes
0 votes
1 answer
3
VIKAS TIWARI asked Dec 13, 2017
1,401 views
Consider the statements True/ FalseBellman Ford algorithm reports a shortest path from source to a destination only in a directed graph which has a negative cycle.
0 votes
0 votes
0 answers
4
Ashwin Kulkarni asked Nov 18, 2017
699 views
Is Bellman ford considered as Greedy Algorithm or Dynamic programming? If both then please explain approaches in both methods.Thanks