1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. Dinic’s algorithm runs faster than the F...
Q.

Dinic’s algorithm runs faster than the Ford-Fulkerson algorithm.

A. true
B. false
Answer» A. true
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

Discussion