Skip to content

Commit e96addc

Browse files
committed
修改0098的path注释“
1 parent 2fe74f2 commit e96addc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/kamacoder/0098.所有可达路径.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ while (m--) {
195195

196196
```CPP
197197
vector<vector<int>> result; // 收集符合条件的路径
198-
vector<int> path; // 0节点到终点的路径
198+
vector<int> path; // 1节点到终点的路径
199199
// x:目前遍历的节点
200200
// graph:存当前的图
201201
// n:终点

0 commit comments

Comments
 (0)