update Leetcode \ 题解\ -\ 搜索.md

This commit is contained in:
yuzhenzero 2019-04-24 10:50:37 +08:00
parent d3b11803d3
commit e0a76292f2

View File

@ -933,7 +933,7 @@ private void backtracking(List<Integer> tempCombination, List<List<Integer>> com
}
```
## 含有相同元素的组合求和
## 含有相同元素的组合求和
[40. Combination Sum II (Medium)](https://leetcode.com/problems/combination-sum-ii/description/)