Skip to content

Commit 4f69247

Browse files
committed
修改文件: DynamicProgram/lint115-unique-paths-ii.md
1 parent 4c6520f commit 4f69247

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

DynamicProgram/lint115-unique-paths-ii.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ grammar_cjkRuby: true
99
[lint115-unique-paths-ii](http://www.lintcode.com/en/problem/unique-paths-ii/)
1010

1111
# solution
12+
13+
注意初始化
1214
```cpp
1315
int uniquePathsWithObstacles(vector<vector<int> > &obstacleGrid) {
1416
// write your code here

0 commit comments

Comments
 (0)