Skip to content

Commit 245f664

Browse files
committed
2022.3.7 状态也太差了 刷题
1 parent 86ada54 commit 245f664

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

leetcode/刷题册.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3091,6 +3091,60 @@ union 函数:合并两个顶点,并将他们的根结点保持一致。如
30913091
#### [21. 合并两个有序链表](https://leetcode-cn.com/problems/merge-two-sorted-lists/)没问题
30923092

30933093
#### [22. 括号生成](https://leetcode-cn.com/problems/generate-parentheses/)没问题
3094+
3095+
#### [23. 合并K个升序链表](https://leetcode-cn.com/problems/merge-k-sorted-lists/)没问题 归并排序
3096+
3097+
#### [26. 删除有序数组中的重复项](https://leetcode-cn.com/problems/remove-duplicates-from-sorted-array/)X好好想想 有点问题 想太多了md
3098+
3099+
#### [28. 实现 strStr()](https://leetcode-cn.com/problems/implement-strstr/)要kmp不太会 之后再说
3100+
3101+
#### [29. 两数相除](https://leetcode-cn.com/problems/divide-two-integers/)X 难度有点大 题解都没看
3102+
3103+
#### [33. 搜索旋转排序数组](https://leetcode-cn.com/problems/search-in-rotated-sorted-array/) 没问题 但是要写的好看点
3104+
3105+
#### [34. 在排序数组中查找元素的第一个和最后一个位置](https://leetcode-cn.com/problems/find-first-and-last-position-of-element-in-sorted-array/)二分法会快一点
3106+
3107+
#### [36. 有效的数独](https://leetcode-cn.com/problems/valid-sudoku/)
3108+
3109+
#### [38. 外观数列](https://leetcode-cn.com/problems/count-and-say/)
3110+
3111+
3112+
3113+
3114+
3115+
3116+
3117+
3118+
3119+
3120+
3121+
3122+
3123+
3124+
3125+
3126+
3127+
3128+
3129+
3130+
3131+
3132+
3133+
3134+
3135+
3136+
3137+
3138+
3139+
3140+
3141+
3142+
3143+
3144+
3145+
3146+
3147+
30943148

30953149

30963150

0 commit comments

Comments
 (0)