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 Jan 1, 2021
1 parent 356345a commit 2f0f4d2
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 @@ -39,7 +39,7 @@ https://leetcode-cn.com/problems/subsets/

## 思路

子集和全排列题目不一样的点在于其需要在递归树的所有节点执行**加入结果集*,这一操作,而不像全排列需要在叶子节点执行**加入结果集*
子集和全排列题目不一样的点在于其需要在递归树的所有节点执行**加入结果集**,这一操作,而不像全排列需要在叶子节点执行**加入结果集**

## 关键点解析

Expand Down

0 comments on commit 2f0f4d2

Please sign in to comment.