Skip to content

Commit dc1c0e3

Browse files
committed
ADD:增加索引和分类
1 parent 88443ab commit dc1c0e3

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

0000.个人题目分类.md

+10
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@
247247
* [1770.执行乘法运算的最大分数](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/blob/master/1770.执行乘法运算的最大分数)
248248
* [1771.由子序列构造的最长回文串的长度](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/blob/master/1771.由子序列构造的最长回文串的长度)
249249
* [1786.从第一个节点出发到最后一个节点的受限路径数](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/blob/master/1786.从第一个节点出发到最后一个节点的受限路径数)
250+
* [1799.N次操作后的最大分数和](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1799.N次操作后的最大分数和)
250251
* [LCP 09.最小跳跃次数](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0000.LCP/LCP%2009.最小跳跃次数)
251252
* [LCP 19.秋叶收藏集](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0000.LCP/LCP%2019.秋叶收藏集)
252253
* [LCP 25.古董键盘](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0000.LCP/LCP%2025.古董键盘)
@@ -439,6 +440,7 @@
439440
* [1780.判断一个数字是否可以表示成三的幂的和](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/blob/master/1780.判断一个数字是否可以表示成三的幂的和)
440441
* [1782.统计点对的数目](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/blob/master/1782.统计点对的数目)
441442
* [1787.使所有区间的异或结果为零](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/blob/master/1787.使所有区间的异或结果为零)
443+
* [1798.你能构造出连续值的最大数目](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1798.你能构造出连续值的最大数目)
442444
* [LCP 02.分式化简](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0000.LCP/LCP%2002.分式化简)
443445
* [LCP 11.期望个数统计](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0000.LCP/LCP%2011.期望个数统计)
444446
* [LCP 22.黑白方格画](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0000.LCP/LCP%2022.黑白方格画)
@@ -487,6 +489,7 @@
487489
* [1648.销售价值减小的颜色球](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1648.销售价值减小的颜色球)
488490
* [1751.最多可以参加的会议数目II](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1751.最多可以参加的会议数目II)
489491
* [1755.最接近目标值的子序列和](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1755.最接近目标值的子序列和)
492+
* [1802.有界数组中指定下标处的最大值](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1802.有界数组中指定下标处的最大值)
490493
* [LCP 12.小张刷题计划](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0000.LCP/LCP%2012.小张刷题计划)
491494
* [LCP 18.早餐组合](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0000.LCP/LCP%2018.早餐组合)
492495
* [面试题08.03.魔术索引](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0000.程序员面试金典/面试题08.03.魔术索引)
@@ -937,6 +940,7 @@
937940
* [1726.同积元组](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1726.同积元组)
938941
* [1742.盒子中小球的最大数量](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1742.盒子中小球的最大数量)
939942
* [1748.唯一元素的和](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1748.唯一元素的和)
943+
* [1797.设计一个验证系统](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1797.设计一个验证系统)
940944
* [面试题17.13.恢复空格](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0000.程序员面试金典/面试题17.13.恢复空格)
941945

942946
#### (十七) 集合
@@ -1024,6 +1028,8 @@
10241028
* [1738.找出第K大的异或坐标值](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1738.找出第K大的异或坐标值)
10251029
* [1755.最接近目标值的子序列和](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1755.最接近目标值的子序列和)
10261030
* [1787.使所有区间的异或结果为零](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/blob/master/1787.使所有区间的异或结果为零)
1031+
* [1799.N次操作后的最大分数和](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1799.N次操作后的最大分数和)
1032+
* [1803.统计异或值在范围内的数对有多少](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1803.统计异或值在范围内的数对有多少)
10271033
* [面试题56-I.数组中数字出现的次数](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0000.程序员面试金典/面试题56-I.数组中数字出现的次数)
10281034

10291035
#### (二十) 链表
@@ -1143,6 +1149,8 @@
11431149
* [1786.从第一个节点出发到最后一个节点的受限路径数](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/blob/master/1786.从第一个节点出发到最后一个节点的受限路径数)
11441150
* [1792.最大平均通过率](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/blob/master/1792.最大平均通过率)
11451151
* [1793.好子数组的最大分数](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/blob/master/1793.好子数组的最大分数)
1152+
* [1798.你能构造出连续值的最大数目](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1798.你能构造出连续值的最大数目)
1153+
* [1802.有界数组中指定下标处的最大值](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1802.有界数组中指定下标处的最大值)
11461154

11471155
#### (二十二) 并查集
11481156
* [399.除法求值](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0399(重要).除法求值)
@@ -1182,6 +1190,7 @@
11821190
* [720.词典中最长的单词](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0720.词典中最长的单词)
11831191
* [745.前缀和后缀搜索](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0745.前缀和后缀搜索)
11841192
* [1707.与数组中元素的最大异或值](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1707.与数组中元素的最大异或值)
1193+
* [1803.统计异或值在范围内的数对有多少](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1803.统计异或值在范围内的数对有多少)
11851194
* [面试题17.13.恢复空格](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0000.程序员面试金典/面试题17.13.恢复空格)
11861195

11871196
#### (二十四)数据库mysql
@@ -1257,6 +1266,7 @@
12571266
* [1675.数组的最小偏移量](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1675.数组的最小偏移量)
12581267
* [1705.吃苹果的最大数目](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1705.吃苹果的最大数目)
12591268
* [1738.找出第K大的异或坐标值](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1738.找出第K大的异或坐标值)
1269+
* [1801.积压订单中的订单总数](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1801.积压订单中的订单总数)
12601270
* [LCP 24.数字游戏](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0000.LCP/LCP%2024.数字游戏)
12611271

12621272
#### (二十九)差分数组

0000.索引.md

+8
Original file line numberDiff line numberDiff line change
@@ -1045,6 +1045,14 @@
10451045
* [1791.找出星型图的中心节点](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/blob/master/1791.找出星型图的中心节点)
10461046
* [1792.最大平均通过率](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/blob/master/1792.最大平均通过率)
10471047
* [1793.好子数组的最大分数](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/blob/master/1793.好子数组的最大分数)
1048+
* [1796.字符串中第二大的数字](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1796.字符串中第二大的数字)
1049+
* [1797.设计一个验证系统](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1797.设计一个验证系统)
1050+
* [1798.你能构造出连续值的最大数目](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1798.你能构造出连续值的最大数目)
1051+
* [1799.N次操作后的最大分数和](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1799.N次操作后的最大分数和)
1052+
* [1800.最大升序子数组和](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1800.最大升序子数组和)
1053+
* [1801.积压订单中的订单总数](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1801.积压订单中的订单总数)
1054+
* [1802.有界数组中指定下标处的最大值](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1802.有界数组中指定下标处的最大值)
1055+
* [1803.统计异或值在范围内的数对有多少](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1803.统计异或值在范围内的数对有多少)
10481056

10491057
## LCP
10501058
* [目录](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0000.LCP)

0 commit comments

Comments
 (0)