Q.

Which algorithm is used to solve a maximum flow problem?

A. prim’s algorithm
B. kruskal’s algorithm
C. dijkstra’s algorithm
D. ford-fulkerson algorithm
Answer» D. ford-fulkerson algorithm
Explanation: ford-fulkerson algorithm is used to compute the maximum feasible flow between a source and a sink in a network.
2k
0
Do you find this helpful?
14

Discussion

No comments yet

Related MCQs