From e0a76292f2e5dfe0f08bcb8e0a111f5b9b0e9623 Mon Sep 17 00:00:00 2001 From: yuzhenzero Date: Wed, 24 Apr 2019 10:50:37 +0800 Subject: [PATCH] =?UTF-8?q?update=20Leetcode=20\=20=E9=A2=98=E8=A7=A3\=20-?= =?UTF-8?q?\=20=E6=90=9C=E7=B4=A2.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/notes/Leetcode 题解 - 搜索.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/)