Skip to content

Commit 29a2744

Browse files
committed
Update min_cost_flow.md
proper link to task assignment
1 parent a418de6 commit 29a2744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graph/min_cost_flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,6 @@ int min_cost_flow(int N, vector<Edge> edges, int K, int s, int t) {
163163
164164
## Practice Problems
165165
166-
* [CSES - Task Assignment](Task Assignment)
166+
* [CSES - Task Assignment](https://cses.fi/problemset/task/2129)
167167
* [CSES - Grid Puzzle II](https://cses.fi/problemset/task/2131)
168168
* [AtCoder - Dream Team](https://atcoder.jp/contests/abc247/tasks/abc247_g)

0 commit comments

Comments
 (0)