Skip to content

Commit d4e9c46

Browse files
author
krystism
committed
Update README.md
1 parent 862db58 commit d4e9c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms/CourseScheduleII/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Hints:
3333

3434
## Solution
3535

36-
求拓扑排序结果, 算法见[Course Schedule](../Course Schedule)
36+
求拓扑排序结果, 算法见[Course Schedule](../CourseSchedule)
3737

3838
```cpp
3939
vector<int> topsort(int n, const vector<pair<int, int>> &request) {

0 commit comments

Comments
 (0)