Skip to content

Commit

Permalink
Update 113.path-sum-ii.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azl397985856 authored Jun 20, 2020
1 parent 5c1da3b commit 9d4e7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion problems/113.path-sum-ii.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Return:

我们先来看下通用解法的解题思路,我画了一张图:

![backtrack](../assets/problems/backtrack.png)
![](https://tva1.sinaimg.cn/large/007S8ZIlly1gfyrnqi82ej31190u0e81.jpg)

通用写法的具体代码见下方代码区。

Expand Down

0 comments on commit 9d4e7ca

Please sign in to comment.