1.

Dinic’s algorithm runs faster than the Ford-Fulkerson algorithm.(a) true(b) falseThis question was posed to me in a national level competition.Query is from Flow Networks topic in section Flow Networks of Data Structures & Algorithms II

Answer»

Correct option is (a) true

For EXPLANATION: Dinic’s ALGORITHM includes CONSTRUCTION of LEVEL graphs and resLidual graphs and finding of augmenting paths along with blocking flow and is FASTER than the Ford-Fulkerson algorithm.



Discussion

No Comment Found

Related InterviewSolutions