Skip to content

Commit a418de6

Browse files
fffelix-huangadamant-pwn
authored andcommitted
Add practice problems for mcmf
1 parent 47b4788 commit a418de6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/graph/min_cost_flow.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,9 @@ int min_cost_flow(int N, vector<Edge> edges, int K, int s, int t) {
160160
return cost;
161161
}
162162
```
163+
164+
## Practice Problems
165+
166+
* [CSES - Task Assignment](Task Assignment)
167+
* [CSES - Grid Puzzle II](https://cses.fi/problemset/task/2131)
168+
* [AtCoder - Dream Team](https://atcoder.jp/contests/abc247/tasks/abc247_g)

0 commit comments

Comments
 (0)