Skip to content

Commit cde7151

Browse files
authored
chore: remove some tags data (doocs#2816)
1 parent bc8bf57 commit cde7151

File tree

43 files changed

+0
-195
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+0
-195
lines changed

lcp/LCP 30. 魔塔游戏/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
comments: true
33
difficulty: 中等
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2030.%20%E9%AD%94%E5%A1%94%E6%B8%B8%E6%88%8F/README.md
5-
tags:
6-
- 贪心
7-
- 数组
8-
- 堆(优先队列)
95
---
106

117
# [LCP 30. 魔塔游戏](https://leetcode.cn/problems/p0NxJO)

lcp/LCP 31. 变换的迷宫/README.md

-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
comments: true
33
difficulty: 困难
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2031.%20%E5%8F%98%E6%8D%A2%E7%9A%84%E8%BF%B7%E5%AE%AB/README.md
5-
tags:
6-
- 深度优先搜索
7-
- 广度优先搜索
8-
- 数组
9-
- 动态规划
10-
- 矩阵
115
---
126

137
# [LCP 31. 变换的迷宫](https://leetcode.cn/problems/Db3wC1)

lcp/LCP 32. 批量处理任务/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
comments: true
33
difficulty: 困难
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2032.%20%E6%89%B9%E9%87%8F%E5%A4%84%E7%90%86%E4%BB%BB%E5%8A%A1/README.md
5-
tags:
6-
- 贪心
7-
- 数组
8-
- 堆(优先队列)
95
---
106

117
# [LCP 32. 批量处理任务](https://leetcode.cn/problems/t3fKg1)

lcp/LCP 33. 蓄水/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
comments: true
33
difficulty: 简单
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2033.%20%E8%93%84%E6%B0%B4/README.md
5-
tags:
6-
- 贪心
7-
- 数组
8-
- 堆(优先队列)
95
---
106

117
# [LCP 33. 蓄水](https://leetcode.cn/problems/o8SXZn)

lcp/LCP 34. 二叉树染色/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
comments: true
33
difficulty: 中等
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2034.%20%E4%BA%8C%E5%8F%89%E6%A0%91%E6%9F%93%E8%89%B2/README.md
5-
tags:
6-
-
7-
- 动态规划
8-
- 二叉树
95
---
106

117
# [LCP 34. 二叉树染色](https://leetcode.cn/problems/er-cha-shu-ran-se-UGC)

lcp/LCP 35. 电动车游城市/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
comments: true
33
difficulty: 困难
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2035.%20%E7%94%B5%E5%8A%A8%E8%BD%A6%E6%B8%B8%E5%9F%8E%E5%B8%82/README.md
5-
tags:
6-
-
7-
- 最短路
8-
- 堆(优先队列)
95
---
106

117
# [LCP 35. 电动车游城市](https://leetcode.cn/problems/DFPeFJ)

lcp/LCP 36. 最多牌组数/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
comments: true
33
difficulty: 困难
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2036.%20%E6%9C%80%E5%A4%9A%E7%89%8C%E7%BB%84%E6%95%B0/README.md
5-
tags:
6-
- 数组
7-
- 动态规划
8-
- 排序
95
---
106

117
# [LCP 36. 最多牌组数](https://leetcode.cn/problems/Up5XYM)

lcp/LCP 37. 最小矩形面积/README.md

-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
comments: true
33
difficulty: 困难
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2037.%20%E6%9C%80%E5%B0%8F%E7%9F%A9%E5%BD%A2%E9%9D%A2%E7%A7%AF/README.md
5-
tags:
6-
- 贪心
7-
- 几何
8-
- 数组
9-
- 数学
10-
- 组合数学
11-
- 排序
125
---
136

147
# [LCP 37. 最小矩形面积](https://leetcode.cn/problems/zui-xiao-ju-xing-mian-ji)

lcp/LCP 38. 守卫城堡/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
comments: true
33
difficulty: 困难
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2038.%20%E5%AE%88%E5%8D%AB%E5%9F%8E%E5%A0%A1/README.md
5-
tags:
6-
- 数组
7-
- 动态规划
8-
- 矩阵
95
---
106

117
# [LCP 38. 守卫城堡](https://leetcode.cn/problems/7rLGCR)

lcp/LCP 39. 无人机方阵/README.md

-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
comments: true
33
difficulty: 简单
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2039.%20%E6%97%A0%E4%BA%BA%E6%9C%BA%E6%96%B9%E9%98%B5/README.md
5-
tags:
6-
- 数组
7-
- 哈希表
8-
- 计数
9-
- 矩阵
105
---
116

127
# [LCP 39. 无人机方阵](https://leetcode.cn/problems/0jQkd0)

lcp/LCP 40. 心算挑战/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
comments: true
33
difficulty: 简单
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2040.%20%E5%BF%83%E7%AE%97%E6%8C%91%E6%88%98/README.md
5-
tags:
6-
- 贪心
7-
- 数组
8-
- 排序
95
---
106

117
# [LCP 40. 心算挑战](https://leetcode.cn/problems/uOAnQW)

lcp/LCP 41. 黑白翻转棋/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
comments: true
33
difficulty: 中等
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2041.%20%E9%BB%91%E7%99%BD%E7%BF%BB%E8%BD%AC%E6%A3%8B/README.md
5-
tags:
6-
- 广度优先搜索
7-
- 数组
8-
- 矩阵
95
---
106

117
# [LCP 41. 黑白翻转棋](https://leetcode.cn/problems/fHi6rV)

lcp/LCP 42. 玩具套圈/README.md

-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
comments: true
33
difficulty: 困难
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2042.%20%E7%8E%A9%E5%85%B7%E5%A5%97%E5%9C%88/README.md
5-
tags:
6-
- 几何
7-
- 数组
8-
- 哈希表
9-
- 数学
10-
- 二分查找
11-
- 排序
125
---
136

147
# [LCP 42. 玩具套圈](https://leetcode.cn/problems/vFjcfV)

lcp/LCP 43. 十字路口的交通/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
comments: true
33
difficulty: 困难
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2043.%20%E5%8D%81%E5%AD%97%E8%B7%AF%E5%8F%A3%E7%9A%84%E4%BA%A4%E9%80%9A/README.md
5-
tags:
6-
- 数组
7-
- 字符串
8-
- 动态规划
95
---
106

117
# [LCP 43. 十字路口的交通](https://leetcode.cn/problems/Y1VbOX)

lcp/LCP 44. 开幕式焰火/README.md

-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
comments: true
33
difficulty: 简单
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2044.%20%E5%BC%80%E5%B9%95%E5%BC%8F%E7%84%B0%E7%81%AB/README.md
5-
tags:
6-
-
7-
- 深度优先搜索
8-
- 广度优先搜索
9-
- 哈希表
10-
- 二叉树
115
---
126

137
# [LCP 44. 开幕式焰火](https://leetcode.cn/problems/sZ59z6)

lcp/LCP 45. 自行车炫技赛场/README.md

-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
comments: true
33
difficulty: 中等
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2045.%20%E8%87%AA%E8%A1%8C%E8%BD%A6%E7%82%AB%E6%8A%80%E8%B5%9B%E5%9C%BA/README.md
5-
tags:
6-
- 深度优先搜索
7-
- 广度优先搜索
8-
- 记忆化搜索
9-
- 数组
10-
- 动态规划
11-
- 矩阵
125
---
136

147
# [LCP 45. 自行车炫技赛场](https://leetcode.cn/problems/kplEvH)

lcp/LCP 46. 志愿者调配/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
comments: true
33
difficulty: 中等
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2046.%20%E5%BF%97%E6%84%BF%E8%80%85%E8%B0%83%E9%85%8D/README.md
5-
tags:
6-
-
7-
- 数组
8-
- 数学
95
---
106

117
# [LCP 46. 志愿者调配](https://leetcode.cn/problems/05ZEDJ)

lcp/LCP 47. 入场安检/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
comments: true
33
difficulty: 困难
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2047.%20%E5%85%A5%E5%9C%BA%E5%AE%89%E6%A3%80/README.md
5-
tags:
6-
- 数组
7-
- 动态规划
85
---
96

107
# [LCP 47. 入场安检](https://leetcode.cn/problems/oPs9Bm)

lcp/LCP 48. 无限棋局/README.md

-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
comments: true
33
difficulty: 困难
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2048.%20%E6%97%A0%E9%99%90%E6%A3%8B%E5%B1%80/README.md
5-
tags:
6-
- 数组
7-
- 数学
8-
- 枚举
9-
- 博弈
105
---
116

127
# [LCP 48. 无限棋局](https://leetcode.cn/problems/fsa7oZ)

lcp/LCP 49. 环形闯关游戏/README.md

-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
comments: true
33
difficulty: 困难
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2049.%20%E7%8E%AF%E5%BD%A2%E9%97%AF%E5%85%B3%E6%B8%B8%E6%88%8F/README.md
5-
tags:
6-
- 位运算
7-
- 并查集
8-
- 数组
9-
- 堆(优先队列)
105
---
116

127
# [LCP 49. 环形闯关游戏](https://leetcode.cn/problems/K8GULz)

lcp/LCP 50. 宝石补给/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
comments: true
33
difficulty: 简单
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2050.%20%E5%AE%9D%E7%9F%B3%E8%A1%A5%E7%BB%99/README.md
5-
tags:
6-
- 数组
7-
- 模拟
85
---
96

107
# [LCP 50. 宝石补给](https://leetcode.cn/problems/WHnhjV)

lcp/LCP 51. 烹饪料理/README.md

-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
comments: true
33
difficulty: 简单
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2051.%20%E7%83%B9%E9%A5%AA%E6%96%99%E7%90%86/README.md
5-
tags:
6-
- 位运算
7-
- 数组
8-
- 回溯
9-
- 枚举
105
---
116

127
# [LCP 51. 烹饪料理](https://leetcode.cn/problems/UEcfPD)

lcp/LCP 52. 二叉搜索树染色/README.md

-8
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
comments: true
33
difficulty: 中等
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2052.%20%E4%BA%8C%E5%8F%89%E6%90%9C%E7%B4%A2%E6%A0%91%E6%9F%93%E8%89%B2/README.md
5-
tags:
6-
-
7-
- 线段树
8-
- 二叉搜索树
9-
- 数组
10-
- 二分查找
11-
- 二叉树
12-
- 有序集合
135
---
146

157
# [LCP 52. 二叉搜索树染色](https://leetcode.cn/problems/QO5KpG)

lcp/LCP 53. 守护太空城/README.md

-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
comments: true
33
difficulty: 困难
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2053.%20%E5%AE%88%E6%8A%A4%E5%A4%AA%E7%A9%BA%E5%9F%8E/README.md
5-
tags:
6-
- 位运算
7-
- 数组
8-
- 动态规划
9-
- 状态压缩
105
---
116

127
# [LCP 53. 守护太空城](https://leetcode.cn/problems/EJvmW4)

lcp/LCP 54. 夺回据点/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
comments: true
33
difficulty: 困难
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2054.%20%E5%A4%BA%E5%9B%9E%E6%8D%AE%E7%82%B9/README.md
5-
tags:
6-
-
7-
- 数组
8-
- 双连通分量
95
---
106

117
# [LCP 54. 夺回据点](https://leetcode.cn/problems/s5kipK)

lcp/LCP 55. 采集果实/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
comments: true
33
difficulty: 简单
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2055.%20%E9%87%87%E9%9B%86%E6%9E%9C%E5%AE%9E/README.md
5-
tags:
6-
- 数组
75
---
86

97
# [LCP 55. 采集果实](https://leetcode.cn/problems/PTXy4P)

lcp/LCP 56. 信物传送/README.md

-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
comments: true
33
difficulty: 中等
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2056.%20%E4%BF%A1%E7%89%A9%E4%BC%A0%E9%80%81/README.md
5-
tags:
6-
- 广度优先搜索
7-
-
8-
- 数组
9-
- 矩阵
10-
- 最短路
11-
- 堆(优先队列)
125
---
136

147
# [LCP 56. 信物传送](https://leetcode.cn/problems/6UEx57)

lcp/LCP 57. 打地鼠/README.md

-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
comments: true
33
difficulty: 困难
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2057.%20%E6%89%93%E5%9C%B0%E9%BC%A0/README.md
5-
tags:
6-
- 数组
7-
- 动态规划
8-
- 矩阵
9-
- 排序
105
---
116

127
# [LCP 57. 打地鼠](https://leetcode.cn/problems/ZbAuEH)

lcp/LCP 58. 积木拼接/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
comments: true
33
difficulty: 困难
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2058.%20%E7%A7%AF%E6%9C%A8%E6%8B%BC%E6%8E%A5/README.md
5-
tags:
6-
- 数组
7-
- 回溯
8-
- 矩阵
95
---
106

117
# [LCP 58. 积木拼接](https://leetcode.cn/problems/De4qBB)

lcp/LCP 59. 搭桥过河/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
comments: true
33
difficulty: 困难
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2059.%20%E6%90%AD%E6%A1%A5%E8%BF%87%E6%B2%B3/README.md
5-
tags:
6-
- 数组
7-
- 动态规划
85
---
96

107
# [LCP 59. 搭桥过河](https://leetcode.cn/problems/NfY1m5)

lcp/LCP 60. 力扣泡泡龙/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
comments: true
33
difficulty: 困难
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2060.%20%E5%8A%9B%E6%89%A3%E6%B3%A1%E6%B3%A1%E9%BE%99/README.md
5-
tags:
6-
-
7-
- 动态规划
8-
- 二叉树
95
---
106

117
# [LCP 60. 力扣泡泡龙](https://leetcode.cn/problems/WInSav)

lcp/LCP 61. 气温变化趋势/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
comments: true
33
difficulty: 简单
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2061.%20%E6%B0%94%E6%B8%A9%E5%8F%98%E5%8C%96%E8%B6%8B%E5%8A%BF/README.md
5-
tags:
6-
- 数组
75
---
86

97
# [LCP 61. 气温变化趋势](https://leetcode.cn/problems/6CE719)

lcp/LCP 62. 交通枢纽/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
comments: true
33
difficulty: 中等
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2062.%20%E4%BA%A4%E9%80%9A%E6%9E%A2%E7%BA%BD/README.md
5-
tags:
6-
-
75
---
86

97
# [LCP 62. 交通枢纽](https://leetcode.cn/problems/D9PW8w)

lcp/LCP 63. 弹珠游戏/README.md

-9
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22
comments: true
33
difficulty: 中等
44
edit_url: https://github.com/doocs/leetcode/edit/main/lcp/LCP%2063.%20%E5%BC%B9%E7%8F%A0%E6%B8%B8%E6%88%8F/README.md
5-
tags:
6-
- 深度优先搜索
7-
- 广度优先搜索
8-
-
9-
- 拓扑排序
10-
- 记忆化搜索
11-
- 数组
12-
- 动态规划
13-
- 矩阵
145
---
156

167
# [LCP 63. 弹珠游戏](https://leetcode.cn/problems/EXvqDp)

0 commit comments

Comments
 (0)