From e3fdee8cf522013bbf7b3a2c1b51117a9d2327ec Mon Sep 17 00:00:00 2001
From: youngyangyang04 <826123027@qq.com>
Date: Tue, 15 Dec 2020 21:47:10 +0800
Subject: [PATCH] Update
---
README.md | 7 +++++--
problems/0035.搜索插入位置.md | 4 ----
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 999e7f42..df4adafd 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,6 @@
+
+
@@ -28,8 +31,8 @@
* [KMP算法(代码篇)](https://www.bilibili.com/video/BV1M5411j7Xx)
* [回溯算法(理论篇)](https://www.bilibili.com/video/BV1cy4y167mM)
* [回溯算法之组合问题(力扣题目:77.组合)](https://www.bilibili.com/video/BV1ti4y1L7cv)
-* [带你学透回溯算法-组合问题的剪枝操作(对应力扣题目:77.组合)](https://www.bilibili.com/video/BV1wi4y157er)
-* [带你学透回溯算法-组合总和(对应「leetcode」力扣题目:39.组合总和)](https://www.bilibili.com/video/BV1KT4y1M7HJ/)
+* [组合问题的剪枝操作(对应力扣题目:77.组合)](https://www.bilibili.com/video/BV1wi4y157er)
+* [组合总和(对应力扣题目:39.组合总和)](https://www.bilibili.com/video/BV1KT4y1M7HJ/)
(持续更新中....)
diff --git a/problems/0035.搜索插入位置.md b/problems/0035.搜索插入位置.md
index 8af2f183..070685cf 100644
--- a/problems/0035.搜索插入位置.md
+++ b/problems/0035.搜索插入位置.md
@@ -3,10 +3,6 @@