Home / Engineering / Design and Analysis of Algorithms / Question

M

Mr. Dubey • 51.43K Points
Coach

Q.) Does Ford- Fulkerson algorithm use the idea of?

(A) naïve greedy algorithm approach
(B) residual graphs
(C) minimum cut
(D) minimum spanning tree
Correct answer : Option (B) - residual graphs

Explanation:
 ford-fulkerson algorithm uses the idea of residual graphs which is an extension of naïve greedy approach allowing undo operations.

Share

Discusssion

Login to discuss.