From 2a9eebde1afd8cc1a2f928d78e0a6e0eaeb390bb Mon Sep 17 00:00:00 2001 From: youngyangyang04 <826123027@qq.com> Date: Thu, 11 Nov 2021 11:14:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B4=BB=E5=8A=A81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- problems/0001.两数之和.md | 2 +- problems/0005.最长回文子串.md | 2 +- problems/0015.三数之和.md | 2 +- problems/0017.电话号码的字母组合.md | 2 +- problems/0018.四数之和.md | 2 +- problems/0019.删除链表的倒数第N个节点.md | 2 +- problems/0020.有效的括号.md | 2 +- problems/0024.两两交换链表中的节点.md | 2 +- problems/0027.移除元素.md | 2 +- problems/0028.实现strStr.md | 2 +- problems/0031.下一个排列.md | 2 +- ...序数组中查找元素的第一个和最后一个位置.md | 2 +- problems/0035.搜索插入位置.md | 2 +- problems/0037.解数独.md | 2 +- problems/0039.组合总和.md | 2 +- problems/0040.组合总和II.md | 2 +- problems/0042.接雨水.md | 2 +- problems/0045.跳跃游戏II.md | 2 +- problems/0046.全排列.md | 2 +- problems/0047.全排列II.md | 2 +- problems/0051.N皇后.md | 2 +- problems/0052.N皇后II.md | 2 +- problems/0053.最大子序和.md | 2 +- problems/0053.最大子序和(动态规划).md | 2 +- problems/0055.跳跃游戏.md | 2 +- problems/0056.合并区间.md | 2 +- problems/0059.螺旋矩阵II.md | 2 +- problems/0062.不同路径.md | 2 +- problems/0063.不同路径II.md | 2 +- problems/0070.爬楼梯.md | 2 +- problems/0070.爬楼梯完全背包版本.md | 2 +- problems/0072.编辑距离.md | 2 +- problems/0077.组合.md | 2 +- problems/0077.组合优化.md | 2 +- problems/0078.子集.md | 2 +- problems/0084.柱状图中最大的矩形.md | 2 +- problems/0090.子集II.md | 2 +- problems/0093.复原IP地址.md | 2 +- problems/0096.不同的二叉搜索树.md | 2 +- problems/0098.验证二叉搜索树.md | 2 +- problems/0100.相同的树.md | 2 +- problems/0101.对称二叉树.md | 2 +- problems/0102.二叉树的层序遍历.md | 2 +- problems/0104.二叉树的最大深度.md | 2 +- problems/0106.从中序与后序遍历序列构造二叉树.md | 2 +- problems/0108.将有序数组转换为二叉搜索树.md | 2 +- problems/0110.平衡二叉树.md | 2 +- problems/0111.二叉树的最小深度.md | 2 +- problems/0112.路径总和.md | 2 +- problems/0115.不同的子序列.md | 2 +- .../0116.填充每个节点的下一个右侧节点指针.md | 2 +- problems/0121.买卖股票的最佳时机.md | 2 +- problems/0122.买卖股票的最佳时机II.md | 2 +- .../0122.买卖股票的最佳时机II(动态规划).md | 2 +- problems/0123.买卖股票的最佳时机III.md | 2 +- problems/0127.单词接龙.md | 2 +- problems/0129.求根到叶子节点数字之和.md | 2 +- problems/0131.分割回文串.md | 2 +- problems/0132.分割回文串II.md | 2 +- problems/0134.加油站.md | 2 +- problems/0135.分发糖果.md | 2 +- problems/0139.单词拆分.md | 2 +- problems/0141.环形链表.md | 2 +- problems/0142.环形链表II.md | 2 +- problems/0143.重排链表.md | 2 +- problems/0150.逆波兰表达式求值.md | 2 +- problems/0151.翻转字符串里的单词.md | 2 +- problems/0160.相交链表.md | 2 +- problems/0188.买卖股票的最佳时机IV.md | 2 +- problems/0189.旋转数组.md | 2 +- problems/0198.打家劫舍.md | 2 +- problems/0202.快乐数.md | 2 +- problems/0203.移除链表元素.md | 2 +- problems/0205.同构字符串.md | 2 +- problems/0206.翻转链表.md | 2 +- problems/0209.长度最小的子数组.md | 2 +- problems/0213.打家劫舍II.md | 2 +- problems/0216.组合总和III.md | 2 +- problems/0222.完全二叉树的节点个数.md | 2 +- problems/0225.用队列实现栈.md | 2 +- problems/0226.翻转二叉树.md | 2 +- problems/0232.用栈实现队列.md | 2 +- problems/0234.回文链表.md | 2 +- problems/0235.二叉搜索树的最近公共祖先.md | 2 +- problems/0236.二叉树的最近公共祖先.md | 2 +- problems/0239.滑动窗口最大值.md | 2 +- problems/0242.有效的字母异位词.md | 2 +- problems/0257.二叉树的所有路径.md | 2 +- problems/0279.完全平方数.md | 2 +- problems/0283.移动零.md | 2 +- problems/0300.最长上升子序列.md | 2 +- problems/0309.最佳买卖股票时机含冷冻期.md | 2 +- problems/0322.零钱兑换.md | 2 +- problems/0332.重新安排行程.md | 2 +- problems/0337.打家劫舍III.md | 2 +- problems/0343.整数拆分.md | 2 +- problems/0344.反转字符串.md | 2 +- problems/0347.前K个高频元素.md | 2 +- problems/0349.两个数组的交集.md | 2 +- problems/0376.摆动序列.md | 2 +- problems/0377.组合总和Ⅳ.md | 2 +- problems/0383.赎金信.md | 2 +- problems/0392.判断子序列.md | 2 +- problems/0404.左叶子之和.md | 2 +- problems/0406.根据身高重建队列.md | 2 +- problems/0416.分割等和子集.md | 2 +- problems/0435.无重叠区间.md | 2 +- problems/0450.删除二叉搜索树中的节点.md | 2 +- problems/0452.用最少数量的箭引爆气球.md | 2 +- problems/0454.四数相加II.md | 2 +- problems/0455.分发饼干.md | 2 +- problems/0459.重复的子字符串.md | 2 +- problems/0463.岛屿的周长.md | 2 +- problems/0474.一和零.md | 2 +- problems/0491.递增子序列.md | 2 +- problems/0494.目标和.md | 2 +- problems/0496.下一个更大元素I.md | 2 +- problems/0501.二叉搜索树中的众数.md | 2 +- problems/0503.下一个更大元素II.md | 2 +- problems/0509.斐波那契数.md | 2 +- problems/0513.找树左下角的值.md | 2 +- problems/0516.最长回文子序列.md | 2 +- problems/0518.零钱兑换II.md | 2 +- problems/0530.二叉搜索树的最小绝对差.md | 2 +- problems/0538.把二叉搜索树转换为累加树.md | 2 +- problems/0541.反转字符串II.md | 2 +- problems/0583.两个字符串的删除操作.md | 2 +- problems/0617.合并二叉树.md | 2 +- problems/0647.回文子串.md | 2 +- problems/0649.Dota2参议院.md | 2 +- problems/0654.最大二叉树.md | 2 +- problems/0657.机器人能否返回原点.md | 2 +- problems/0669.修剪二叉搜索树.md | 2 +- problems/0673.最长递增子序列的个数.md | 2 +- problems/0674.最长连续递增序列.md | 2 +- problems/0684.冗余连接.md | 2 +- problems/0685.冗余连接II.md | 2 +- problems/0700.二叉搜索树中的搜索.md | 2 +- problems/0701.二叉搜索树中的插入操作.md | 2 +- problems/0704.二分查找.md | 2 +- problems/0707.设计链表.md | 2 +- problems/0714.买卖股票的最佳时机含手续费.md | 2 +- ...买卖股票的最佳时机含手续费(动态规划).md | 2 +- problems/0718.最长重复子数组.md | 2 +- problems/0724.寻找数组的中心索引.md | 2 +- problems/0738.单调递增的数字.md | 2 +- problems/0739.每日温度.md | 2 +- problems/0746.使用最小花费爬楼梯.md | 2 +- problems/0763.划分字母区间.md | 2 +- problems/0841.钥匙和房间.md | 2 +- problems/0844.比较含退格的字符串.md | 2 +- problems/0860.柠檬水找零.md | 2 +- problems/0922.按奇偶排序数组II.md | 2 +- problems/0925.长按键入.md | 2 +- problems/0941.有效的山脉数组.md | 2 +- problems/0968.监控二叉树.md | 2 +- problems/0977.有序数组的平方.md | 2 +- problems/1002.查找常用字符.md | 2 +- problems/1005.K次取反后最大化的数组和.md | 2 +- problems/1035.不相交的线.md | 2 +- problems/1047.删除字符串中的所有相邻重复项.md | 2 +- problems/1049.最后一块石头的重量II.md | 2 +- problems/1143.最长公共子序列.md | 2 +- problems/1207.独一无二的出现次数.md | 2 +- problems/1221.分割平衡字符串.md | 2 +- problems/1356.根据数字二进制下1的数目排序.md | 2 +- problems/1365.有多少小于当前数字的数字.md | 2 +- problems/1382.将二叉搜索树变平衡.md | 2 +- ...n)的算法居然超时了,此时的n究竟是多大?.md | 2 +- problems/为了绝杀编辑距离,卡尔做了三步铺垫.md | 2 +- problems/二叉树中递归带着回溯.md | 2 +- problems/二叉树总结篇.md | 2 +- problems/二叉树理论基础.md | 2 +- problems/二叉树的统一迭代法.md | 2 +- problems/二叉树的迭代遍历.md | 2 +- problems/二叉树的递归遍历.md | 2 +- .../关于时间复杂度,你不知道的都在这里!.md | 2 +- problems/剑指Offer05.替换空格.md | 2 +- problems/剑指Offer58-II.左旋转字符串.md | 2 +- problems/动态规划-股票问题总结篇.md | 2 +- problems/动态规划总结篇.md | 2 +- problems/动态规划理论基础.md | 2 +- problems/双指针总结.md | 2 +- problems/哈希表总结.md | 2 +- problems/哈希表理论基础.md | 2 +- problems/回溯总结.md | 2 +- problems/回溯算法去重问题的另一种写法.md | 2 +- problems/回溯算法理论基础.md | 2 +- problems/字符串总结.md | 2 +- problems/数组总结篇.md | 2 +- problems/数组理论基础.md | 2 +- problems/栈与队列总结.md | 2 +- problems/栈与队列理论基础.md | 2 +- problems/根据身高重建队列(vector原理讲解).md | 2 +- problems/算法模板.md | 2 +- problems/背包总结篇.md | 2 +- problems/背包理论基础01背包-1.md | 2 +- problems/背包理论基础01背包-2.md | 2 +- problems/背包问题理论基础多重背包.md | 2 +- problems/背包问题理论基础完全背包.md | 2 +- problems/贪心算法总结篇.md | 2 +- problems/贪心算法理论基础.md | 2 +- problems/链表理论基础.md | 2 +- problems/面试题02.07.链表相交.md | 2 +- 204 files changed, 204 insertions(+), 204 deletions(-) diff --git a/problems/0001.两数之和.md b/problems/0001.两数之和.md index 208f310e..711b3c0d 100644 --- a/problems/0001.两数之和.md +++ b/problems/0001.两数之和.md @@ -1,6 +1,6 @@
-
+
diff --git a/problems/0005.最长回文子串.md b/problems/0005.最长回文子串.md
index c75a74f6..a49e55a7 100644
--- a/problems/0005.最长回文子串.md
+++ b/problems/0005.最长回文子串.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0015.三数之和.md b/problems/0015.三数之和.md
index 983e4d84..57bb4c37 100644
--- a/problems/0015.三数之和.md
+++ b/problems/0015.三数之和.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0017.电话号码的字母组合.md b/problems/0017.电话号码的字母组合.md
index 003aeb9a..6e0cc244 100644
--- a/problems/0017.电话号码的字母组合.md
+++ b/problems/0017.电话号码的字母组合.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0018.四数之和.md b/problems/0018.四数之和.md
index 5b2cf122..abff3fe0 100644
--- a/problems/0018.四数之和.md
+++ b/problems/0018.四数之和.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0019.删除链表的倒数第N个节点.md b/problems/0019.删除链表的倒数第N个节点.md
index 51e4e4ad..4f916922 100644
--- a/problems/0019.删除链表的倒数第N个节点.md
+++ b/problems/0019.删除链表的倒数第N个节点.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0020.有效的括号.md b/problems/0020.有效的括号.md
index 587c07a7..5fd8b957 100644
--- a/problems/0020.有效的括号.md
+++ b/problems/0020.有效的括号.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0024.两两交换链表中的节点.md b/problems/0024.两两交换链表中的节点.md
index c030a62e..538c60a1 100644
--- a/problems/0024.两两交换链表中的节点.md
+++ b/problems/0024.两两交换链表中的节点.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0027.移除元素.md b/problems/0027.移除元素.md
index 2cf9c169..1f098fa0 100644
--- a/problems/0027.移除元素.md
+++ b/problems/0027.移除元素.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0028.实现strStr.md b/problems/0028.实现strStr.md
index 4f7c3c2f..4b9263d8 100644
--- a/problems/0028.实现strStr.md
+++ b/problems/0028.实现strStr.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0031.下一个排列.md b/problems/0031.下一个排列.md
index 9d951d1b..e0981b61 100644
--- a/problems/0031.下一个排列.md
+++ b/problems/0031.下一个排列.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0034.在排序数组中查找元素的第一个和最后一个位置.md b/problems/0034.在排序数组中查找元素的第一个和最后一个位置.md
index 028afd3d..72deaf86 100644
--- a/problems/0034.在排序数组中查找元素的第一个和最后一个位置.md
+++ b/problems/0034.在排序数组中查找元素的第一个和最后一个位置.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0035.搜索插入位置.md b/problems/0035.搜索插入位置.md
index 6d86a528..6e6756ec 100644
--- a/problems/0035.搜索插入位置.md
+++ b/problems/0035.搜索插入位置.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0037.解数独.md b/problems/0037.解数独.md
index 93bfca7c..47008b49 100644
--- a/problems/0037.解数独.md
+++ b/problems/0037.解数独.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0039.组合总和.md b/problems/0039.组合总和.md
index a96efa21..c622b97a 100644
--- a/problems/0039.组合总和.md
+++ b/problems/0039.组合总和.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0040.组合总和II.md b/problems/0040.组合总和II.md
index 0fd8f2db..95f25bf0 100644
--- a/problems/0040.组合总和II.md
+++ b/problems/0040.组合总和II.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0042.接雨水.md b/problems/0042.接雨水.md
index 6fbf7055..95ee7593 100644
--- a/problems/0042.接雨水.md
+++ b/problems/0042.接雨水.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0045.跳跃游戏II.md b/problems/0045.跳跃游戏II.md
index 02d38394..bd15ef85 100644
--- a/problems/0045.跳跃游戏II.md
+++ b/problems/0045.跳跃游戏II.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0046.全排列.md b/problems/0046.全排列.md
index 6d41cd4a..dc5f17cf 100644
--- a/problems/0046.全排列.md
+++ b/problems/0046.全排列.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0047.全排列II.md b/problems/0047.全排列II.md
index 2d2cfa66..b9105833 100644
--- a/problems/0047.全排列II.md
+++ b/problems/0047.全排列II.md
@@ -1,6 +1,6 @@
-
+
# 排列问题(二)
diff --git a/problems/0051.N皇后.md b/problems/0051.N皇后.md
index 31d5a18d..1885ab55 100644
--- a/problems/0051.N皇后.md
+++ b/problems/0051.N皇后.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0052.N皇后II.md b/problems/0052.N皇后II.md
index 98915a01..03c11634 100644
--- a/problems/0052.N皇后II.md
+++ b/problems/0052.N皇后II.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0053.最大子序和.md b/problems/0053.最大子序和.md
index 2f7af69d..0037229a 100644
--- a/problems/0053.最大子序和.md
+++ b/problems/0053.最大子序和.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0053.最大子序和(动态规划).md b/problems/0053.最大子序和(动态规划).md
index 583011fb..914095b9 100644
--- a/problems/0053.最大子序和(动态规划).md
+++ b/problems/0053.最大子序和(动态规划).md
@@ -1,6 +1,6 @@
-
+
## 53. 最大子序和
diff --git a/problems/0055.跳跃游戏.md b/problems/0055.跳跃游戏.md
index 73659064..66d672d9 100644
--- a/problems/0055.跳跃游戏.md
+++ b/problems/0055.跳跃游戏.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0056.合并区间.md b/problems/0056.合并区间.md
index 634d3462..92a75cd7 100644
--- a/problems/0056.合并区间.md
+++ b/problems/0056.合并区间.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0059.螺旋矩阵II.md b/problems/0059.螺旋矩阵II.md
index 06f8993d..906a5dbd 100644
--- a/problems/0059.螺旋矩阵II.md
+++ b/problems/0059.螺旋矩阵II.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0062.不同路径.md b/problems/0062.不同路径.md
index 322a4378..a6061ed6 100644
--- a/problems/0062.不同路径.md
+++ b/problems/0062.不同路径.md
@@ -1,6 +1,6 @@
-
+
## 62.不同路径
diff --git a/problems/0063.不同路径II.md b/problems/0063.不同路径II.md
index 8f240bd6..22a099c6 100644
--- a/problems/0063.不同路径II.md
+++ b/problems/0063.不同路径II.md
@@ -1,6 +1,6 @@
-
+
## 63. 不同路径 II
diff --git a/problems/0070.爬楼梯.md b/problems/0070.爬楼梯.md
index a74f683c..e2e84152 100644
--- a/problems/0070.爬楼梯.md
+++ b/problems/0070.爬楼梯.md
@@ -1,6 +1,6 @@
-
+
## 70. 爬楼梯
diff --git a/problems/0070.爬楼梯完全背包版本.md b/problems/0070.爬楼梯完全背包版本.md
index cd6b9be8..cc73543c 100644
--- a/problems/0070.爬楼梯完全背包版本.md
+++ b/problems/0070.爬楼梯完全背包版本.md
@@ -1,6 +1,6 @@
-
+
# 动态规划:以前我没得选,现在我选择再爬一次!
diff --git a/problems/0072.编辑距离.md b/problems/0072.编辑距离.md
index d01dc726..5928bb98 100644
--- a/problems/0072.编辑距离.md
+++ b/problems/0072.编辑距离.md
@@ -1,6 +1,6 @@
-
+
## 72. 编辑距离
diff --git a/problems/0077.组合.md b/problems/0077.组合.md
index 6d87251c..e54d8914 100644
--- a/problems/0077.组合.md
+++ b/problems/0077.组合.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0077.组合优化.md b/problems/0077.组合优化.md
index 0ed041c9..8af57aa9 100644
--- a/problems/0077.组合优化.md
+++ b/problems/0077.组合优化.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0078.子集.md b/problems/0078.子集.md
index 14c24a1e..7acd9d6d 100644
--- a/problems/0078.子集.md
+++ b/problems/0078.子集.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0084.柱状图中最大的矩形.md b/problems/0084.柱状图中最大的矩形.md
index f1109afc..ee75c6c8 100644
--- a/problems/0084.柱状图中最大的矩形.md
+++ b/problems/0084.柱状图中最大的矩形.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0090.子集II.md b/problems/0090.子集II.md
index b9e2efe9..1988c168 100644
--- a/problems/0090.子集II.md
+++ b/problems/0090.子集II.md
@@ -1,6 +1,6 @@
-
+
# 子集问题(二)
diff --git a/problems/0093.复原IP地址.md b/problems/0093.复原IP地址.md
index e18dff4e..a7c02a99 100644
--- a/problems/0093.复原IP地址.md
+++ b/problems/0093.复原IP地址.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0096.不同的二叉搜索树.md b/problems/0096.不同的二叉搜索树.md
index 08fabf93..c68b4bb8 100644
--- a/problems/0096.不同的二叉搜索树.md
+++ b/problems/0096.不同的二叉搜索树.md
@@ -1,6 +1,6 @@
-
+
## 96.不同的二叉搜索树
diff --git a/problems/0098.验证二叉搜索树.md b/problems/0098.验证二叉搜索树.md
index d931774b..7fbfae6a 100644
--- a/problems/0098.验证二叉搜索树.md
+++ b/problems/0098.验证二叉搜索树.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0100.相同的树.md b/problems/0100.相同的树.md
index c2b527f4..73dcadef 100644
--- a/problems/0100.相同的树.md
+++ b/problems/0100.相同的树.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0101.对称二叉树.md b/problems/0101.对称二叉树.md
index 8e6b981c..2db36b6a 100644
--- a/problems/0101.对称二叉树.md
+++ b/problems/0101.对称二叉树.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0102.二叉树的层序遍历.md b/problems/0102.二叉树的层序遍历.md
index d82c1684..bfc9c054 100644
--- a/problems/0102.二叉树的层序遍历.md
+++ b/problems/0102.二叉树的层序遍历.md
@@ -1,6 +1,6 @@
-
+
# 二叉树层序遍历登场!
diff --git a/problems/0104.二叉树的最大深度.md b/problems/0104.二叉树的最大深度.md
index 5579a2d4..46bbbc07 100644
--- a/problems/0104.二叉树的最大深度.md
+++ b/problems/0104.二叉树的最大深度.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0106.从中序与后序遍历序列构造二叉树.md b/problems/0106.从中序与后序遍历序列构造二叉树.md
index 389a5465..8089cdb2 100644
--- a/problems/0106.从中序与后序遍历序列构造二叉树.md
+++ b/problems/0106.从中序与后序遍历序列构造二叉树.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0108.将有序数组转换为二叉搜索树.md b/problems/0108.将有序数组转换为二叉搜索树.md
index 8157df60..8c617f4b 100644
--- a/problems/0108.将有序数组转换为二叉搜索树.md
+++ b/problems/0108.将有序数组转换为二叉搜索树.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0110.平衡二叉树.md b/problems/0110.平衡二叉树.md
index 9493520d..a06bff0e 100644
--- a/problems/0110.平衡二叉树.md
+++ b/problems/0110.平衡二叉树.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0111.二叉树的最小深度.md b/problems/0111.二叉树的最小深度.md
index 14660a7d..1ec82fc9 100644
--- a/problems/0111.二叉树的最小深度.md
+++ b/problems/0111.二叉树的最小深度.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0112.路径总和.md b/problems/0112.路径总和.md
index 4e01e99f..55c6213d 100644
--- a/problems/0112.路径总和.md
+++ b/problems/0112.路径总和.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0115.不同的子序列.md b/problems/0115.不同的子序列.md
index 10e90c29..278426f4 100644
--- a/problems/0115.不同的子序列.md
+++ b/problems/0115.不同的子序列.md
@@ -1,6 +1,6 @@
-
+
## 115.不同的子序列
diff --git a/problems/0116.填充每个节点的下一个右侧节点指针.md b/problems/0116.填充每个节点的下一个右侧节点指针.md
index e757cde9..9c234ffa 100644
--- a/problems/0116.填充每个节点的下一个右侧节点指针.md
+++ b/problems/0116.填充每个节点的下一个右侧节点指针.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0121.买卖股票的最佳时机.md b/problems/0121.买卖股票的最佳时机.md
index 1bee6326..761479f0 100644
--- a/problems/0121.买卖股票的最佳时机.md
+++ b/problems/0121.买卖股票的最佳时机.md
@@ -1,6 +1,6 @@
-
+
## 121. 买卖股票的最佳时机
diff --git a/problems/0122.买卖股票的最佳时机II.md b/problems/0122.买卖股票的最佳时机II.md
index 31b26773..88d4654a 100644
--- a/problems/0122.买卖股票的最佳时机II.md
+++ b/problems/0122.买卖股票的最佳时机II.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0122.买卖股票的最佳时机II(动态规划).md b/problems/0122.买卖股票的最佳时机II(动态规划).md
index 477430c6..b875ed8a 100644
--- a/problems/0122.买卖股票的最佳时机II(动态规划).md
+++ b/problems/0122.买卖股票的最佳时机II(动态规划).md
@@ -1,6 +1,6 @@
-
+
## 122.买卖股票的最佳时机II
diff --git a/problems/0123.买卖股票的最佳时机III.md b/problems/0123.买卖股票的最佳时机III.md
index 78f6dde0..bce7b83c 100644
--- a/problems/0123.买卖股票的最佳时机III.md
+++ b/problems/0123.买卖股票的最佳时机III.md
@@ -1,6 +1,6 @@
-
+
## 123.买卖股票的最佳时机III
diff --git a/problems/0127.单词接龙.md b/problems/0127.单词接龙.md
index 84675194..c7eb4b39 100644
--- a/problems/0127.单词接龙.md
+++ b/problems/0127.单词接龙.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0129.求根到叶子节点数字之和.md b/problems/0129.求根到叶子节点数字之和.md
index 14c700ac..89ec63d5 100644
--- a/problems/0129.求根到叶子节点数字之和.md
+++ b/problems/0129.求根到叶子节点数字之和.md
@@ -1,6 +1,6 @@
-
+
# 129. 求根节点到叶节点数字之和
diff --git a/problems/0131.分割回文串.md b/problems/0131.分割回文串.md
index 8b146274..aeee3671 100644
--- a/problems/0131.分割回文串.md
+++ b/problems/0131.分割回文串.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0132.分割回文串II.md b/problems/0132.分割回文串II.md
index 5db7eabf..cd18b65a 100644
--- a/problems/0132.分割回文串II.md
+++ b/problems/0132.分割回文串II.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0134.加油站.md b/problems/0134.加油站.md
index ab896e4a..17e750c1 100644
--- a/problems/0134.加油站.md
+++ b/problems/0134.加油站.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0135.分发糖果.md b/problems/0135.分发糖果.md
index 1005a86f..f20e0ee0 100644
--- a/problems/0135.分发糖果.md
+++ b/problems/0135.分发糖果.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0139.单词拆分.md b/problems/0139.单词拆分.md
index 4e36777e..c8286954 100644
--- a/problems/0139.单词拆分.md
+++ b/problems/0139.单词拆分.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0141.环形链表.md b/problems/0141.环形链表.md
index 41f6c18c..a2b45eae 100644
--- a/problems/0141.环形链表.md
+++ b/problems/0141.环形链表.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0142.环形链表II.md b/problems/0142.环形链表II.md
index 856713c2..86550409 100644
--- a/problems/0142.环形链表II.md
+++ b/problems/0142.环形链表II.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0143.重排链表.md b/problems/0143.重排链表.md
index af4e8061..e740692b 100644
--- a/problems/0143.重排链表.md
+++ b/problems/0143.重排链表.md
@@ -1,6 +1,6 @@
-
+
# 143.重排链表
diff --git a/problems/0150.逆波兰表达式求值.md b/problems/0150.逆波兰表达式求值.md
index da653816..cc2322ad 100644
--- a/problems/0150.逆波兰表达式求值.md
+++ b/problems/0150.逆波兰表达式求值.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0151.翻转字符串里的单词.md b/problems/0151.翻转字符串里的单词.md
index 466d394e..0a06e024 100644
--- a/problems/0151.翻转字符串里的单词.md
+++ b/problems/0151.翻转字符串里的单词.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0160.相交链表.md b/problems/0160.相交链表.md
index c313e055..8d71bca5 100644
--- a/problems/0160.相交链表.md
+++ b/problems/0160.相交链表.md
@@ -1,6 +1,6 @@
-
+
同:[链表:链表相交](https://programmercarl.com/面试题02.07.链表相交.html)
diff --git a/problems/0188.买卖股票的最佳时机IV.md b/problems/0188.买卖股票的最佳时机IV.md
index caff9257..a069fbe6 100644
--- a/problems/0188.买卖股票的最佳时机IV.md
+++ b/problems/0188.买卖股票的最佳时机IV.md
@@ -1,6 +1,6 @@
-
+
## 188.买卖股票的最佳时机IV
diff --git a/problems/0189.旋转数组.md b/problems/0189.旋转数组.md
index 6159fb8d..356cbe30 100644
--- a/problems/0189.旋转数组.md
+++ b/problems/0189.旋转数组.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0198.打家劫舍.md b/problems/0198.打家劫舍.md
index 00a57c27..dd8b067f 100644
--- a/problems/0198.打家劫舍.md
+++ b/problems/0198.打家劫舍.md
@@ -1,6 +1,6 @@
-
+
## 198.打家劫舍
diff --git a/problems/0202.快乐数.md b/problems/0202.快乐数.md
index 864447f5..bda75636 100644
--- a/problems/0202.快乐数.md
+++ b/problems/0202.快乐数.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0203.移除链表元素.md b/problems/0203.移除链表元素.md
index aa8f859c..b679084a 100644
--- a/problems/0203.移除链表元素.md
+++ b/problems/0203.移除链表元素.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0205.同构字符串.md b/problems/0205.同构字符串.md
index 7f55ae04..e31f5edc 100644
--- a/problems/0205.同构字符串.md
+++ b/problems/0205.同构字符串.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0206.翻转链表.md b/problems/0206.翻转链表.md
index 6e853e01..717c17f7 100644
--- a/problems/0206.翻转链表.md
+++ b/problems/0206.翻转链表.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0209.长度最小的子数组.md b/problems/0209.长度最小的子数组.md
index b44a63a3..c9f62059 100644
--- a/problems/0209.长度最小的子数组.md
+++ b/problems/0209.长度最小的子数组.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0213.打家劫舍II.md b/problems/0213.打家劫舍II.md
index 88b6f0d4..b37a7215 100644
--- a/problems/0213.打家劫舍II.md
+++ b/problems/0213.打家劫舍II.md
@@ -1,6 +1,6 @@
-
+
## 213.打家劫舍II
diff --git a/problems/0216.组合总和III.md b/problems/0216.组合总和III.md
index c16b3de3..5baaffa2 100644
--- a/problems/0216.组合总和III.md
+++ b/problems/0216.组合总和III.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0222.完全二叉树的节点个数.md b/problems/0222.完全二叉树的节点个数.md
index 96559e32..416b1dba 100644
--- a/problems/0222.完全二叉树的节点个数.md
+++ b/problems/0222.完全二叉树的节点个数.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0225.用队列实现栈.md b/problems/0225.用队列实现栈.md
index b32ef61c..0f7c1877 100644
--- a/problems/0225.用队列实现栈.md
+++ b/problems/0225.用队列实现栈.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0226.翻转二叉树.md b/problems/0226.翻转二叉树.md
index 4cfb261b..6e7c6eae 100644
--- a/problems/0226.翻转二叉树.md
+++ b/problems/0226.翻转二叉树.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0232.用栈实现队列.md b/problems/0232.用栈实现队列.md
index 28a57f18..9d976542 100644
--- a/problems/0232.用栈实现队列.md
+++ b/problems/0232.用栈实现队列.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0234.回文链表.md b/problems/0234.回文链表.md
index ad7c7448..291567d7 100644
--- a/problems/0234.回文链表.md
+++ b/problems/0234.回文链表.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0235.二叉搜索树的最近公共祖先.md b/problems/0235.二叉搜索树的最近公共祖先.md
index 7a3ab9c9..215646dc 100644
--- a/problems/0235.二叉搜索树的最近公共祖先.md
+++ b/problems/0235.二叉搜索树的最近公共祖先.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0236.二叉树的最近公共祖先.md b/problems/0236.二叉树的最近公共祖先.md
index 5e7a2134..76c9d3b1 100644
--- a/problems/0236.二叉树的最近公共祖先.md
+++ b/problems/0236.二叉树的最近公共祖先.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0239.滑动窗口最大值.md b/problems/0239.滑动窗口最大值.md
index c1b16502..a7d763ce 100644
--- a/problems/0239.滑动窗口最大值.md
+++ b/problems/0239.滑动窗口最大值.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0242.有效的字母异位词.md b/problems/0242.有效的字母异位词.md
index e941a011..370b14bb 100644
--- a/problems/0242.有效的字母异位词.md
+++ b/problems/0242.有效的字母异位词.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0257.二叉树的所有路径.md b/problems/0257.二叉树的所有路径.md
index 5029165f..c117f107 100644
--- a/problems/0257.二叉树的所有路径.md
+++ b/problems/0257.二叉树的所有路径.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0279.完全平方数.md b/problems/0279.完全平方数.md
index 049ca070..a24353e1 100644
--- a/problems/0279.完全平方数.md
+++ b/problems/0279.完全平方数.md
@@ -1,6 +1,6 @@
-
+
# 动态规划:一样的套路,再求一次完全平方数
diff --git a/problems/0283.移动零.md b/problems/0283.移动零.md
index e6bba0c9..337a0bd8 100644
--- a/problems/0283.移动零.md
+++ b/problems/0283.移动零.md
@@ -1,6 +1,6 @@
-
+
# 动态规划:一样的套路,再求一次完全平方数
diff --git a/problems/0300.最长上升子序列.md b/problems/0300.最长上升子序列.md
index 650be4eb..7f15bf35 100644
--- a/problems/0300.最长上升子序列.md
+++ b/problems/0300.最长上升子序列.md
@@ -1,6 +1,6 @@
-
+
## 300.最长递增子序列
diff --git a/problems/0309.最佳买卖股票时机含冷冻期.md b/problems/0309.最佳买卖股票时机含冷冻期.md
index e0b0fb21..525f8cef 100644
--- a/problems/0309.最佳买卖股票时机含冷冻期.md
+++ b/problems/0309.最佳买卖股票时机含冷冻期.md
@@ -1,6 +1,6 @@
-
+
## 309.最佳买卖股票时机含冷冻期
diff --git a/problems/0322.零钱兑换.md b/problems/0322.零钱兑换.md
index e06f811b..77e66c0d 100644
--- a/problems/0322.零钱兑换.md
+++ b/problems/0322.零钱兑换.md
@@ -1,6 +1,6 @@
-
+
# 动态规划: 给我个机会,我再兑换一次零钱
diff --git a/problems/0332.重新安排行程.md b/problems/0332.重新安排行程.md
index 4d59a9a0..30ff3f0a 100644
--- a/problems/0332.重新安排行程.md
+++ b/problems/0332.重新安排行程.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0337.打家劫舍III.md b/problems/0337.打家劫舍III.md
index e54ce40a..43ba720b 100644
--- a/problems/0337.打家劫舍III.md
+++ b/problems/0337.打家劫舍III.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0343.整数拆分.md b/problems/0343.整数拆分.md
index 65eb83de..b6f8fd42 100644
--- a/problems/0343.整数拆分.md
+++ b/problems/0343.整数拆分.md
@@ -1,6 +1,6 @@
-
+
## 343. 整数拆分
diff --git a/problems/0344.反转字符串.md b/problems/0344.反转字符串.md
index 54165f22..179aa25f 100644
--- a/problems/0344.反转字符串.md
+++ b/problems/0344.反转字符串.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0347.前K个高频元素.md b/problems/0347.前K个高频元素.md
index 94e7a86b..165c1594 100644
--- a/problems/0347.前K个高频元素.md
+++ b/problems/0347.前K个高频元素.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0349.两个数组的交集.md b/problems/0349.两个数组的交集.md
index 09436f02..a6d15251 100644
--- a/problems/0349.两个数组的交集.md
+++ b/problems/0349.两个数组的交集.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0376.摆动序列.md b/problems/0376.摆动序列.md
index 799f0de6..98e8fbea 100644
--- a/problems/0376.摆动序列.md
+++ b/problems/0376.摆动序列.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0377.组合总和Ⅳ.md b/problems/0377.组合总和Ⅳ.md
index 5db2f972..6de00741 100644
--- a/problems/0377.组合总和Ⅳ.md
+++ b/problems/0377.组合总和Ⅳ.md
@@ -1,6 +1,6 @@
-
+
# 动态规划:Carl称它为排列总和!
diff --git a/problems/0383.赎金信.md b/problems/0383.赎金信.md
index 7f2d96fe..55b6ad8b 100644
--- a/problems/0383.赎金信.md
+++ b/problems/0383.赎金信.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0392.判断子序列.md b/problems/0392.判断子序列.md
index efc682d5..f097f25c 100644
--- a/problems/0392.判断子序列.md
+++ b/problems/0392.判断子序列.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0404.左叶子之和.md b/problems/0404.左叶子之和.md
index db50c268..0b25cf30 100644
--- a/problems/0404.左叶子之和.md
+++ b/problems/0404.左叶子之和.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0406.根据身高重建队列.md b/problems/0406.根据身高重建队列.md
index e218fc5b..be766033 100644
--- a/problems/0406.根据身高重建队列.md
+++ b/problems/0406.根据身高重建队列.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0416.分割等和子集.md b/problems/0416.分割等和子集.md
index 19fd0150..e785d999 100644
--- a/problems/0416.分割等和子集.md
+++ b/problems/0416.分割等和子集.md
@@ -1,6 +1,6 @@
-
+
## 416. 分割等和子集
diff --git a/problems/0435.无重叠区间.md b/problems/0435.无重叠区间.md
index d3f05f85..c296a4c4 100644
--- a/problems/0435.无重叠区间.md
+++ b/problems/0435.无重叠区间.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0450.删除二叉搜索树中的节点.md b/problems/0450.删除二叉搜索树中的节点.md
index 5f899e97..d17dd992 100644
--- a/problems/0450.删除二叉搜索树中的节点.md
+++ b/problems/0450.删除二叉搜索树中的节点.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0452.用最少数量的箭引爆气球.md b/problems/0452.用最少数量的箭引爆气球.md
index ddf90169..3a836011 100644
--- a/problems/0452.用最少数量的箭引爆气球.md
+++ b/problems/0452.用最少数量的箭引爆气球.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0454.四数相加II.md b/problems/0454.四数相加II.md
index 1a1c4f79..4db26ae4 100644
--- a/problems/0454.四数相加II.md
+++ b/problems/0454.四数相加II.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0455.分发饼干.md b/problems/0455.分发饼干.md
index ee41b8f6..b2970deb 100644
--- a/problems/0455.分发饼干.md
+++ b/problems/0455.分发饼干.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0459.重复的子字符串.md b/problems/0459.重复的子字符串.md
index e89594ec..c3fd7edb 100644
--- a/problems/0459.重复的子字符串.md
+++ b/problems/0459.重复的子字符串.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0463.岛屿的周长.md b/problems/0463.岛屿的周长.md
index b73ec1aa..ddd43d8c 100644
--- a/problems/0463.岛屿的周长.md
+++ b/problems/0463.岛屿的周长.md
@@ -1,6 +1,6 @@
-
+
# 463. 岛屿的周长
diff --git a/problems/0474.一和零.md b/problems/0474.一和零.md
index 6dd9d2e9..0c5665da 100644
--- a/problems/0474.一和零.md
+++ b/problems/0474.一和零.md
@@ -1,6 +1,6 @@
-
+
# 动态规划:一和零!
diff --git a/problems/0491.递增子序列.md b/problems/0491.递增子序列.md
index 00e8f764..26e727e6 100644
--- a/problems/0491.递增子序列.md
+++ b/problems/0491.递增子序列.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0494.目标和.md b/problems/0494.目标和.md
index dd3bf30e..087d030c 100644
--- a/problems/0494.目标和.md
+++ b/problems/0494.目标和.md
@@ -1,6 +1,6 @@
-
+
# 动态规划:目标和!
diff --git a/problems/0496.下一个更大元素I.md b/problems/0496.下一个更大元素I.md
index 570db940..dfcbe6c4 100644
--- a/problems/0496.下一个更大元素I.md
+++ b/problems/0496.下一个更大元素I.md
@@ -1,6 +1,6 @@
-
+
# 496.下一个更大元素 I
diff --git a/problems/0501.二叉搜索树中的众数.md b/problems/0501.二叉搜索树中的众数.md
index 200e5993..01a68319 100644
--- a/problems/0501.二叉搜索树中的众数.md
+++ b/problems/0501.二叉搜索树中的众数.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0503.下一个更大元素II.md b/problems/0503.下一个更大元素II.md
index 4d8b78a9..d4e8553b 100644
--- a/problems/0503.下一个更大元素II.md
+++ b/problems/0503.下一个更大元素II.md
@@ -1,6 +1,6 @@
-
+
# 503.下一个更大元素II
diff --git a/problems/0509.斐波那契数.md b/problems/0509.斐波那契数.md
index 906aa491..fb7aab2d 100644
--- a/problems/0509.斐波那契数.md
+++ b/problems/0509.斐波那契数.md
@@ -1,6 +1,6 @@
-
+
## 509. 斐波那契数
diff --git a/problems/0513.找树左下角的值.md b/problems/0513.找树左下角的值.md
index 8a5b8fb2..2991ffb3 100644
--- a/problems/0513.找树左下角的值.md
+++ b/problems/0513.找树左下角的值.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0516.最长回文子序列.md b/problems/0516.最长回文子序列.md
index a20e583e..0fa1f361 100644
--- a/problems/0516.最长回文子序列.md
+++ b/problems/0516.最长回文子序列.md
@@ -1,6 +1,6 @@
-
+
## 516.最长回文子序列
diff --git a/problems/0518.零钱兑换II.md b/problems/0518.零钱兑换II.md
index aea49d8a..67805034 100644
--- a/problems/0518.零钱兑换II.md
+++ b/problems/0518.零钱兑换II.md
@@ -1,6 +1,6 @@
-
+
# 动态规划:给你一些零钱,你要怎么凑?
diff --git a/problems/0530.二叉搜索树的最小绝对差.md b/problems/0530.二叉搜索树的最小绝对差.md
index ff6103a4..c35ee675 100644
--- a/problems/0530.二叉搜索树的最小绝对差.md
+++ b/problems/0530.二叉搜索树的最小绝对差.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0538.把二叉搜索树转换为累加树.md b/problems/0538.把二叉搜索树转换为累加树.md
index c1454f08..0b3cbf2d 100644
--- a/problems/0538.把二叉搜索树转换为累加树.md
+++ b/problems/0538.把二叉搜索树转换为累加树.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0541.反转字符串II.md b/problems/0541.反转字符串II.md
index 1de1b736..7d6c9253 100644
--- a/problems/0541.反转字符串II.md
+++ b/problems/0541.反转字符串II.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0583.两个字符串的删除操作.md b/problems/0583.两个字符串的删除操作.md
index bb28e877..a7189656 100644
--- a/problems/0583.两个字符串的删除操作.md
+++ b/problems/0583.两个字符串的删除操作.md
@@ -1,6 +1,6 @@
-
+
## 583. 两个字符串的删除操作
diff --git a/problems/0617.合并二叉树.md b/problems/0617.合并二叉树.md
index 0cc10400..bdae549c 100644
--- a/problems/0617.合并二叉树.md
+++ b/problems/0617.合并二叉树.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0647.回文子串.md b/problems/0647.回文子串.md
index a4c38e13..b8e1f887 100644
--- a/problems/0647.回文子串.md
+++ b/problems/0647.回文子串.md
@@ -1,6 +1,6 @@
-
+
## 647. 回文子串
diff --git a/problems/0649.Dota2参议院.md b/problems/0649.Dota2参议院.md
index 34270b54..9d94050e 100644
--- a/problems/0649.Dota2参议院.md
+++ b/problems/0649.Dota2参议院.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0654.最大二叉树.md b/problems/0654.最大二叉树.md
index f428a52a..42e6d2c3 100644
--- a/problems/0654.最大二叉树.md
+++ b/problems/0654.最大二叉树.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0657.机器人能否返回原点.md b/problems/0657.机器人能否返回原点.md
index 6576f765..590e3ee0 100644
--- a/problems/0657.机器人能否返回原点.md
+++ b/problems/0657.机器人能否返回原点.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0669.修剪二叉搜索树.md b/problems/0669.修剪二叉搜索树.md
index 2c5c2f82..98fb9dd0 100644
--- a/problems/0669.修剪二叉搜索树.md
+++ b/problems/0669.修剪二叉搜索树.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0673.最长递增子序列的个数.md b/problems/0673.最长递增子序列的个数.md
index aa3b5c36..4143276b 100644
--- a/problems/0673.最长递增子序列的个数.md
+++ b/problems/0673.最长递增子序列的个数.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0674.最长连续递增序列.md b/problems/0674.最长连续递增序列.md
index c36a42d0..afdfdfec 100644
--- a/problems/0674.最长连续递增序列.md
+++ b/problems/0674.最长连续递增序列.md
@@ -1,6 +1,6 @@
-
+
## 674. 最长连续递增序列
diff --git a/problems/0684.冗余连接.md b/problems/0684.冗余连接.md
index 65f79d0e..e5cd416c 100644
--- a/problems/0684.冗余连接.md
+++ b/problems/0684.冗余连接.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0685.冗余连接II.md b/problems/0685.冗余连接II.md
index 92d10a56..c7af6484 100644
--- a/problems/0685.冗余连接II.md
+++ b/problems/0685.冗余连接II.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0700.二叉搜索树中的搜索.md b/problems/0700.二叉搜索树中的搜索.md
index 12c243b4..3ebdaa49 100644
--- a/problems/0700.二叉搜索树中的搜索.md
+++ b/problems/0700.二叉搜索树中的搜索.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0701.二叉搜索树中的插入操作.md b/problems/0701.二叉搜索树中的插入操作.md
index ea29256d..536e0778 100644
--- a/problems/0701.二叉搜索树中的插入操作.md
+++ b/problems/0701.二叉搜索树中的插入操作.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0704.二分查找.md b/problems/0704.二分查找.md
index 882086f1..ac5cacdf 100644
--- a/problems/0704.二分查找.md
+++ b/problems/0704.二分查找.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0707.设计链表.md b/problems/0707.设计链表.md
index d4dde2e8..e8711723 100644
--- a/problems/0707.设计链表.md
+++ b/problems/0707.设计链表.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0714.买卖股票的最佳时机含手续费.md b/problems/0714.买卖股票的最佳时机含手续费.md
index 3fa1ea32..fbaf635e 100644
--- a/problems/0714.买卖股票的最佳时机含手续费.md
+++ b/problems/0714.买卖股票的最佳时机含手续费.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0714.买卖股票的最佳时机含手续费(动态规划).md b/problems/0714.买卖股票的最佳时机含手续费(动态规划).md
index 6e48b852..b5981950 100644
--- a/problems/0714.买卖股票的最佳时机含手续费(动态规划).md
+++ b/problems/0714.买卖股票的最佳时机含手续费(动态规划).md
@@ -1,6 +1,6 @@
-
+
## 714.买卖股票的最佳时机含手续费
diff --git a/problems/0718.最长重复子数组.md b/problems/0718.最长重复子数组.md
index 4f18716a..adbd1dee 100644
--- a/problems/0718.最长重复子数组.md
+++ b/problems/0718.最长重复子数组.md
@@ -1,6 +1,6 @@
-
+
## 718. 最长重复子数组
diff --git a/problems/0724.寻找数组的中心索引.md b/problems/0724.寻找数组的中心索引.md
index 6f4d4eff..a3b9c8f1 100644
--- a/problems/0724.寻找数组的中心索引.md
+++ b/problems/0724.寻找数组的中心索引.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0738.单调递增的数字.md b/problems/0738.单调递增的数字.md
index f8473619..1733284a 100644
--- a/problems/0738.单调递增的数字.md
+++ b/problems/0738.单调递增的数字.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0739.每日温度.md b/problems/0739.每日温度.md
index affdf99c..2cd42e69 100644
--- a/problems/0739.每日温度.md
+++ b/problems/0739.每日温度.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0746.使用最小花费爬楼梯.md b/problems/0746.使用最小花费爬楼梯.md
index 2fb2a50d..5f9ae3ad 100644
--- a/problems/0746.使用最小花费爬楼梯.md
+++ b/problems/0746.使用最小花费爬楼梯.md
@@ -1,6 +1,6 @@
-
+
## 746. 使用最小花费爬楼梯
diff --git a/problems/0763.划分字母区间.md b/problems/0763.划分字母区间.md
index d108b8c0..3087fe18 100644
--- a/problems/0763.划分字母区间.md
+++ b/problems/0763.划分字母区间.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0841.钥匙和房间.md b/problems/0841.钥匙和房间.md
index c20c411a..52f574ea 100644
--- a/problems/0841.钥匙和房间.md
+++ b/problems/0841.钥匙和房间.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0844.比较含退格的字符串.md b/problems/0844.比较含退格的字符串.md
index 580155d3..012fea91 100644
--- a/problems/0844.比较含退格的字符串.md
+++ b/problems/0844.比较含退格的字符串.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0860.柠檬水找零.md b/problems/0860.柠檬水找零.md
index 1990331c..f265f21d 100644
--- a/problems/0860.柠檬水找零.md
+++ b/problems/0860.柠檬水找零.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0922.按奇偶排序数组II.md b/problems/0922.按奇偶排序数组II.md
index 4e10038a..8e13f610 100644
--- a/problems/0922.按奇偶排序数组II.md
+++ b/problems/0922.按奇偶排序数组II.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0925.长按键入.md b/problems/0925.长按键入.md
index 7e66a390..59056f09 100644
--- a/problems/0925.长按键入.md
+++ b/problems/0925.长按键入.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0941.有效的山脉数组.md b/problems/0941.有效的山脉数组.md
index 0d87f247..616ee8bc 100644
--- a/problems/0941.有效的山脉数组.md
+++ b/problems/0941.有效的山脉数组.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0968.监控二叉树.md b/problems/0968.监控二叉树.md
index 902b0990..fea9eb0d 100644
--- a/problems/0968.监控二叉树.md
+++ b/problems/0968.监控二叉树.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/0977.有序数组的平方.md b/problems/0977.有序数组的平方.md
index f6dc8466..f629cd1c 100644
--- a/problems/0977.有序数组的平方.md
+++ b/problems/0977.有序数组的平方.md
@@ -1,6 +1,6 @@
-
+
> 双指针风骚起来,也是无敌
diff --git a/problems/1002.查找常用字符.md b/problems/1002.查找常用字符.md
index caea5a5a..9f6437fe 100644
--- a/problems/1002.查找常用字符.md
+++ b/problems/1002.查找常用字符.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/1005.K次取反后最大化的数组和.md b/problems/1005.K次取反后最大化的数组和.md
index dd3fe9d8..2a98f29e 100644
--- a/problems/1005.K次取反后最大化的数组和.md
+++ b/problems/1005.K次取反后最大化的数组和.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/1035.不相交的线.md b/problems/1035.不相交的线.md
index d5e8b0a9..8b004d18 100644
--- a/problems/1035.不相交的线.md
+++ b/problems/1035.不相交的线.md
@@ -1,6 +1,6 @@
-
+
## 1035.不相交的线
diff --git a/problems/1047.删除字符串中的所有相邻重复项.md b/problems/1047.删除字符串中的所有相邻重复项.md
index 1a47072d..62bf2adb 100644
--- a/problems/1047.删除字符串中的所有相邻重复项.md
+++ b/problems/1047.删除字符串中的所有相邻重复项.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/1049.最后一块石头的重量II.md b/problems/1049.最后一块石头的重量II.md
index a102fb1e..1bb29823 100644
--- a/problems/1049.最后一块石头的重量II.md
+++ b/problems/1049.最后一块石头的重量II.md
@@ -1,6 +1,6 @@
-
+
# 动态规划:最后一块石头的重量 II
diff --git a/problems/1143.最长公共子序列.md b/problems/1143.最长公共子序列.md
index 6608a67a..e4255cc2 100644
--- a/problems/1143.最长公共子序列.md
+++ b/problems/1143.最长公共子序列.md
@@ -1,6 +1,6 @@
-
+
## 1143.最长公共子序列
diff --git a/problems/1207.独一无二的出现次数.md b/problems/1207.独一无二的出现次数.md
index 0f0b65a9..3bae222f 100644
--- a/problems/1207.独一无二的出现次数.md
+++ b/problems/1207.独一无二的出现次数.md
@@ -1,6 +1,6 @@
-
+
# 1207.独一无二的出现次数
diff --git a/problems/1221.分割平衡字符串.md b/problems/1221.分割平衡字符串.md
index d3e7f7fd..f1f01e0f 100644
--- a/problems/1221.分割平衡字符串.md
+++ b/problems/1221.分割平衡字符串.md
@@ -1,6 +1,6 @@
-
+
# 1221. 分割平衡字符串
diff --git a/problems/1356.根据数字二进制下1的数目排序.md b/problems/1356.根据数字二进制下1的数目排序.md
index cbe918c6..3bc1fb28 100644
--- a/problems/1356.根据数字二进制下1的数目排序.md
+++ b/problems/1356.根据数字二进制下1的数目排序.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/1365.有多少小于当前数字的数字.md b/problems/1365.有多少小于当前数字的数字.md
index a249d53c..76eb3d36 100644
--- a/problems/1365.有多少小于当前数字的数字.md
+++ b/problems/1365.有多少小于当前数字的数字.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/1382.将二叉搜索树变平衡.md b/problems/1382.将二叉搜索树变平衡.md
index 87ff8b8a..b3926933 100644
--- a/problems/1382.将二叉搜索树变平衡.md
+++ b/problems/1382.将二叉搜索树变平衡.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/O(n)的算法居然超时了,此时的n究竟是多大?.md b/problems/O(n)的算法居然超时了,此时的n究竟是多大?.md
index 098ac622..2e9292e9 100644
--- a/problems/O(n)的算法居然超时了,此时的n究竟是多大?.md
+++ b/problems/O(n)的算法居然超时了,此时的n究竟是多大?.md
@@ -1,6 +1,6 @@
-
+
# 程序提交之后为什么会超时?O(n)的算法会超时,n究竟是多大?
diff --git a/problems/为了绝杀编辑距离,卡尔做了三步铺垫.md b/problems/为了绝杀编辑距离,卡尔做了三步铺垫.md
index 30dc8a12..76b23b15 100644
--- a/problems/为了绝杀编辑距离,卡尔做了三步铺垫.md
+++ b/problems/为了绝杀编辑距离,卡尔做了三步铺垫.md
@@ -1,6 +1,6 @@
-
+
# 动态规划之编辑距离总结篇
diff --git a/problems/二叉树中递归带着回溯.md b/problems/二叉树中递归带着回溯.md
index 1884e1ea..79f231af 100644
--- a/problems/二叉树中递归带着回溯.md
+++ b/problems/二叉树中递归带着回溯.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/二叉树总结篇.md b/problems/二叉树总结篇.md
index eae15c91..9e25302f 100644
--- a/problems/二叉树总结篇.md
+++ b/problems/二叉树总结篇.md
@@ -1,6 +1,6 @@
-
+
# 二叉树:总结篇!(需要掌握的二叉树技能都在这里了)
diff --git a/problems/二叉树理论基础.md b/problems/二叉树理论基础.md
index 35b0245f..47c162c1 100644
--- a/problems/二叉树理论基础.md
+++ b/problems/二叉树理论基础.md
@@ -1,6 +1,6 @@
-
+
# 二叉树理论基础篇
diff --git a/problems/二叉树的统一迭代法.md b/problems/二叉树的统一迭代法.md
index 1aafa7ea..486a101e 100644
--- a/problems/二叉树的统一迭代法.md
+++ b/problems/二叉树的统一迭代法.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/二叉树的迭代遍历.md b/problems/二叉树的迭代遍历.md
index fba0b238..c5c92072 100644
--- a/problems/二叉树的迭代遍历.md
+++ b/problems/二叉树的迭代遍历.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/二叉树的递归遍历.md b/problems/二叉树的递归遍历.md
index 8856a477..49851f39 100644
--- a/problems/二叉树的递归遍历.md
+++ b/problems/二叉树的递归遍历.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/关于时间复杂度,你不知道的都在这里!.md b/problems/关于时间复杂度,你不知道的都在这里!.md
index 6052fbe7..eb8383df 100644
--- a/problems/关于时间复杂度,你不知道的都在这里!.md
+++ b/problems/关于时间复杂度,你不知道的都在这里!.md
@@ -1,6 +1,6 @@
-
+
相信每一位录友都接触过时间复杂度,「代码随想录」已经也讲了一百多道经典题目了,是时候对时间复杂度来一个深度的剖析了,很早之前就写过一篇,当时文章还没有人看,Carl感觉有价值的东西值得让更多的人看到,哈哈。
diff --git a/problems/剑指Offer05.替换空格.md b/problems/剑指Offer05.替换空格.md
index a20cd01a..129cd249 100644
--- a/problems/剑指Offer05.替换空格.md
+++ b/problems/剑指Offer05.替换空格.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/剑指Offer58-II.左旋转字符串.md b/problems/剑指Offer58-II.左旋转字符串.md
index a70ecd4c..ad269c67 100644
--- a/problems/剑指Offer58-II.左旋转字符串.md
+++ b/problems/剑指Offer58-II.左旋转字符串.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/动态规划-股票问题总结篇.md b/problems/动态规划-股票问题总结篇.md
index 6ea4a78e..73470485 100644
--- a/problems/动态规划-股票问题总结篇.md
+++ b/problems/动态规划-股票问题总结篇.md
@@ -1,6 +1,6 @@
-
+
之前我们已经把力扣上股票系列的题目都讲过的,但没有来一篇股票总结,来帮大家高屋建瓴,所以总结篇这就来了!
diff --git a/problems/动态规划总结篇.md b/problems/动态规划总结篇.md
index fc9231ad..b1331a6b 100644
--- a/problems/动态规划总结篇.md
+++ b/problems/动态规划总结篇.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/动态规划理论基础.md b/problems/动态规划理论基础.md
index 270357ea..70c57a48 100644
--- a/problems/动态规划理论基础.md
+++ b/problems/动态规划理论基础.md
@@ -1,6 +1,6 @@
-
+
# 动态规划理论基础
diff --git a/problems/双指针总结.md b/problems/双指针总结.md
index f4a01c1e..c3a7d928 100644
--- a/problems/双指针总结.md
+++ b/problems/双指针总结.md
@@ -1,6 +1,6 @@
-
+
> 又是一波总结
diff --git a/problems/哈希表总结.md b/problems/哈希表总结.md
index ad329c8b..c16d2b62 100644
--- a/problems/哈希表总结.md
+++ b/problems/哈希表总结.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/哈希表理论基础.md b/problems/哈希表理论基础.md
index 5339d286..f5652464 100644
--- a/problems/哈希表理论基础.md
+++ b/problems/哈希表理论基础.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/回溯总结.md b/problems/回溯总结.md
index 35365624..403ec7e7 100644
--- a/problems/回溯总结.md
+++ b/problems/回溯总结.md
@@ -1,6 +1,6 @@
-
+
> 20张树形结构图、14道精选回溯题目,21篇回溯法精讲文章,由浅入深,一气呵成,这是全网最强回溯算法总结!
diff --git a/problems/回溯算法去重问题的另一种写法.md b/problems/回溯算法去重问题的另一种写法.md
index cc06d1ca..b397b61a 100644
--- a/problems/回溯算法去重问题的另一种写法.md
+++ b/problems/回溯算法去重问题的另一种写法.md
@@ -1,6 +1,6 @@
-
+
# 回溯算法去重问题的另一种写法
diff --git a/problems/回溯算法理论基础.md b/problems/回溯算法理论基础.md
index 44629cd5..d8a04582 100644
--- a/problems/回溯算法理论基础.md
+++ b/problems/回溯算法理论基础.md
@@ -1,6 +1,6 @@
-
+
# 回溯算法理论基础
diff --git a/problems/字符串总结.md b/problems/字符串总结.md
index 4a61d6ea..f8fc148d 100644
--- a/problems/字符串总结.md
+++ b/problems/字符串总结.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/数组总结篇.md b/problems/数组总结篇.md
index d1aea1fd..85ab718b 100644
--- a/problems/数组总结篇.md
+++ b/problems/数组总结篇.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/数组理论基础.md b/problems/数组理论基础.md
index 66527ef0..6777a8dd 100644
--- a/problems/数组理论基础.md
+++ b/problems/数组理论基础.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/栈与队列总结.md b/problems/栈与队列总结.md
index 7fa63bc5..2526d75c 100644
--- a/problems/栈与队列总结.md
+++ b/problems/栈与队列总结.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/栈与队列理论基础.md b/problems/栈与队列理论基础.md
index 0721119d..2acd1d15 100644
--- a/problems/栈与队列理论基础.md
+++ b/problems/栈与队列理论基础.md
@@ -1,6 +1,6 @@
-
+
> 来看看栈和队列不为人知的一面
diff --git a/problems/根据身高重建队列(vector原理讲解).md b/problems/根据身高重建队列(vector原理讲解).md
index 34252591..c406076e 100644
--- a/problems/根据身高重建队列(vector原理讲解).md
+++ b/problems/根据身高重建队列(vector原理讲解).md
@@ -1,6 +1,6 @@
-
+
# 贪心算法:根据身高重建队列(续集)
diff --git a/problems/算法模板.md b/problems/算法模板.md
index 2a310c0b..30c626bb 100644
--- a/problems/算法模板.md
+++ b/problems/算法模板.md
@@ -1,6 +1,6 @@
-
+
## 二分查找法
diff --git a/problems/背包总结篇.md b/problems/背包总结篇.md
index e49b1991..01803bbc 100644
--- a/problems/背包总结篇.md
+++ b/problems/背包总结篇.md
@@ -1,6 +1,6 @@
-
+
# 听说背包问题很难? 这篇总结篇来拯救你了
diff --git a/problems/背包理论基础01背包-1.md b/problems/背包理论基础01背包-1.md
index e353e581..9f1136dc 100644
--- a/problems/背包理论基础01背包-1.md
+++ b/problems/背包理论基础01背包-1.md
@@ -1,6 +1,6 @@
-
+
# 动态规划:关于01背包问题,你该了解这些!
diff --git a/problems/背包理论基础01背包-2.md b/problems/背包理论基础01背包-2.md
index c7dab994..3296f604 100644
--- a/problems/背包理论基础01背包-2.md
+++ b/problems/背包理论基础01背包-2.md
@@ -1,6 +1,6 @@
-
+
# 动态规划:关于01背包问题,你该了解这些!(滚动数组)
diff --git a/problems/背包问题理论基础多重背包.md b/problems/背包问题理论基础多重背包.md
index 85d4200b..39deb489 100644
--- a/problems/背包问题理论基础多重背包.md
+++ b/problems/背包问题理论基础多重背包.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/背包问题理论基础完全背包.md b/problems/背包问题理论基础完全背包.md
index f006c49f..d4e71b89 100644
--- a/problems/背包问题理论基础完全背包.md
+++ b/problems/背包问题理论基础完全背包.md
@@ -1,6 +1,6 @@
-
+
# 动态规划:关于完全背包,你该了解这些!
diff --git a/problems/贪心算法总结篇.md b/problems/贪心算法总结篇.md
index 1a7b91a6..ba9f753d 100644
--- a/problems/贪心算法总结篇.md
+++ b/problems/贪心算法总结篇.md
@@ -1,6 +1,6 @@
-
+
我刚刚开始讲解贪心系列的时候就说了,贪心系列并不打算严格的从简单到困难这么个顺序来讲解。
diff --git a/problems/贪心算法理论基础.md b/problems/贪心算法理论基础.md
index 98e9fa2c..17fab5a9 100644
--- a/problems/贪心算法理论基础.md
+++ b/problems/贪心算法理论基础.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/链表理论基础.md b/problems/链表理论基础.md
index fc0f3c36..7e393ff2 100644
--- a/problems/链表理论基础.md
+++ b/problems/链表理论基础.md
@@ -1,6 +1,6 @@
-
+
diff --git a/problems/面试题02.07.链表相交.md b/problems/面试题02.07.链表相交.md
index 8d53bda6..54742cb3 100644
--- a/problems/面试题02.07.链表相交.md
+++ b/problems/面试题02.07.链表相交.md
@@ -1,6 +1,6 @@