Skip to content

Commit

Permalink
Update 78.subsets.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azl397985856 authored Jun 20, 2020
1 parent 9937fd0 commit 5c1da3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion problems/78.subsets.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Output:

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

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

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

Expand Down

0 comments on commit 5c1da3b

Please sign in to comment.