Algoteka
View all languages for this problem (1 verified and 0 unverified)

Dinic's Algorithm - Samples for C++

Problem by oml1111

Problem description:

Implement the Dinic's max-flow algorithm. Construct some example flow network and find the maximum-flow on it.

Dinic's algorithm - wikipedia.org
Flow network - wikipedia.org

Verified samples:

# Tech tags Title Creator Created date
1 0
oml1111
2022-10-13 22:49

Unverified samples:

# Tech tags Title Creator Created date
No unverified samples ...
View problem discussion (0 comments)