Skip to content

Commit aed68d0

Browse files
authored
Update 0000.个人题目分类.md
1 parent 618aa67 commit aed68d0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

0000.个人题目分类.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@
246246
* [1755.最接近目标值的子序列和](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1755.最接近目标值的子序列和)
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.由子序列构造的最长回文串的长度)
249+
* [1786.从第一个节点出发到最后一个节点的受限路径数](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/blob/master/1786.从第一个节点出发到最后一个节点的受限路径数)
249250
* [LCP 09.最小跳跃次数](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0000.LCP/LCP%2009.最小跳跃次数)
250251
* [LCP 19.秋叶收藏集](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0000.LCP/LCP%2019.秋叶收藏集)
251252
* [LCP 25.古董键盘](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0000.LCP/LCP%2025.古董键盘)
@@ -334,6 +335,8 @@
334335
* [1755.最接近目标值的子序列和](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1755.最接近目标值的子序列和)
335336
* [1768.交替合并字符串](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/blob/master/1768.交替合并字符串)
336337
* [1775.通过最少操作次数使数组的和相等](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1775.通过最少操作次数使数组的和相等)
338+
* [1782.统计点对的数目](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/blob/master/1782.统计点对的数目)
339+
* [1793.好子数组的最大分数](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/blob/master/1793.好子数组的最大分数)
337340
* [LCP 18.早餐组合](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0000.LCP/LCP%2018.早餐组合)
338341
* [面试题16.18.模式匹配](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0000.程序员面试金典/面试题16.18.模式匹配)
339342

@@ -433,6 +436,9 @@
433436
* [1720.解码异或后的数组](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1720.解码异或后的数组)
434437
* [1753.移除石子的最大得分](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1753.移除石子的最大得分)
435438
* [1766.互质树](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/blob/master/1766.互质树)
439+
* [1780.判断一个数字是否可以表示成三的幂的和](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/blob/master/1780.判断一个数字是否可以表示成三的幂的和)
440+
* [1782.统计点对的数目](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/blob/master/1782.统计点对的数目)
441+
* [1787.使所有区间的异或结果为零](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/blob/master/1787.使所有区间的异或结果为零)
436442
* [LCP 02.分式化简](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0000.LCP/LCP%2002.分式化简)
437443
* [LCP 11.期望个数统计](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0000.LCP/LCP%2011.期望个数统计)
438444
* [LCP 22.黑白方格画](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0000.LCP/LCP%2022.黑白方格画)
@@ -518,6 +524,7 @@
518524
* [739.每日温度](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0739.每日温度)
519525
* [682.棒球比赛](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0682.棒球比赛)
520526
* [1028.从先序遍历还原二叉树](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1028.从先序遍历还原二叉树)
527+
* [1047.删除字符串中的所有相邻重复项](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/blob/master/1047.删除字符串中的所有相邻重复项)
521528
* [1419.数青蛙](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1419.数青蛙)
522529
* [1541.平衡括号字符串的最少插入次数](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1541.平衡括号字符串的最少插入次数)
523530
* [1544.整理字符串](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1544.整理字符串)
@@ -847,6 +854,7 @@
847854
* [1617.统计子树中城市之间最大距离](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1617.统计子树中城市之间最大距离)
848855
* [1631.最小体力消耗路径](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1631.最小体力消耗路径)
849856
* [1761.一个图中联通三元组的最小度数](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1761.一个图中联通三元组的最小度数)
857+
* [1786.从第一个节点出发到最后一个节点的受限路径数](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/blob/master/1786.从第一个节点出发到最后一个节点的受限路径数)
850858

851859
#### (十六) 映射/哈希表
852860
* [1.两数之和](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0001.两数之和)
@@ -1015,6 +1023,7 @@
10151023
* [1734.解码异或后的排列](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1734.解码异或后的排列)
10161024
* [1738.找出第K大的异或坐标值](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1738.找出第K大的异或坐标值)
10171025
* [1755.最接近目标值的子序列和](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1755.最接近目标值的子序列和)
1026+
* [1787.使所有区间的异或结果为零](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/blob/master/1787.使所有区间的异或结果为零)
10181027
* [面试题56-I.数组中数字出现的次数](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0000.程序员面试金典/面试题56-I.数组中数字出现的次数)
10191028

10201029
#### (二十) 链表
@@ -1130,6 +1139,10 @@
11301139
* [1751.最多可以参加的会议数目II](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1751.最多可以参加的会议数目II)
11311140
* [1754.构造字典序最大的合并字符串](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1754.构造字典序最大的合并字符串)
11321141
* [1775.通过最少操作次数使数组的和相等](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/1775.通过最少操作次数使数组的和相等)
1142+
* [1785.构成特定和需要添加的最少元素](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/blob/master/1785.构成特定和需要添加的最少元素)
1143+
* [1786.从第一个节点出发到最后一个节点的受限路径数](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/blob/master/1786.从第一个节点出发到最后一个节点的受限路径数)
1144+
* [1792.最大平均通过率](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/blob/master/1792.最大平均通过率)
1145+
* [1793.好子数组的最大分数](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/blob/master/1793.好子数组的最大分数)
11331146

11341147
#### (二十二) 并查集
11351148
* [399.除法求值](https://github.com/Zhenghao-Liu/LeetCode_problem-and-solution/tree/master/0399(重要).除法求值)

0 commit comments

Comments
 (0)