1.

Does Ford- Fulkerson algorithm use the idea of?(a) Naïve greedy algorithm approach(b) Residual graphs(c) Minimum cut(d) Minimum spanning treeThis question was addressed to me in a job interview.The query is from Flow Networks topic in chapter Flow Networks of Data Structures & Algorithms II

Answer»

Right ANSWER is (b) Residual GRAPHS

Easy explanation - Ford-Fulkerson algorithm USES the idea of residual graphs which is an extension of naïve GREEDY approach allowing undo operations.



Discussion

No Comment Found

Related InterviewSolutions