Source: wikibot/dinic-s-algorithm
= Dinic's algorithm
{wiki=Dinic's_algorithm}
Dinic's algorithm, also known as Dinitz's algorithm, is an efficient method for solving the maximum flow problem in flow networks. It was proposed by the Israeli computer scientist Yefim Dinitz in 1970. The algorithm works on directed graphs and is particularly notable for its ability to handle large networks effectively. \#\#\# Key Concepts 1.