1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. Does Ford- Fulkerson algorithm use the i...
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
Answer» 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.

Discussion