Skip to content

Commit 0b231a6

Browse files
committed
add problem to max flow
1 parent 43ad356 commit 0b231a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/graph/edmonds_karp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,3 +213,4 @@ This partition can be easily found using [DFS](depth-first-search.md) starting a
213213
- [CSES - Download Speed](https://cses.fi/problemset/task/1694)
214214
- [CSES - Police Chase](https://cses.fi/problemset/task/1695)
215215
- [CSES - School Dance](https://cses.fi/problemset/task/1696)
216+
- [CSES - Distinct Routes](https://cses.fi/problemset/task/1711)

0 commit comments

Comments
 (0)