diff --git a/docs/notes/Leetcode 题解 - 搜索.md b/docs/notes/Leetcode 题解 - 搜索.md index 1a49792f..1c5df4d0 100644 --- a/docs/notes/Leetcode 题解 - 搜索.md +++ b/docs/notes/Leetcode 题解 - 搜索.md @@ -933,7 +933,7 @@ private void backtracking(List tempCombination, List> com } ``` -## 含有相同元素的求组合求和 +## 含有相同元素的组合求和 [40. Combination Sum II (Medium)](https://leetcode.com/problems/combination-sum-ii/description/)