Update 0040.组合总和II.md
This commit is contained in:
parent
20db57f364
commit
59742e5544
|
|
@ -384,7 +384,7 @@ class Solution:
|
||||||
return result
|
return result
|
||||||
|
|
||||||
```
|
```
|
||||||
回溯+去重(使用used)
|
回溯 使用used
|
||||||
```python
|
```python
|
||||||
class Solution:
|
class Solution:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue