diff --git a/docs/notes/Leetcode 题解 - 搜索.md b/docs/notes/Leetcode 题解 - 搜索.md index cb38bf08..15f10783 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/)