vault backup: 2025-03-23 18:34:25
This commit is contained in:
parent
cf9ab4eaaf
commit
92af38650f
|
|
@ -0,0 +1,32 @@
|
|||
按序刷完《代码随想录》的每一道题,但暂时跳过每道题的推荐题目
|
||||
|
||||
# 数组
|
||||
|
||||
## 总结
|
||||
1. 二分查找需要能默写
|
||||
|
||||
## PDF 标注
|
||||
|
||||
> [!PDF|yellow] [[1.《代码随想录》数组(V3.0).pdf#page=8&selection=37,0,39,4&color=yellow|1.《代码随想录》数组(V3.0), p.8]]
|
||||
> > 1. 移除元素
|
||||
>
|
||||
> 相似的题目是移除数组中的所有 0
|
||||
|
||||
> [!PDF|red] [[1.《代码随想录》数组(V3.0).pdf#page=15&selection=3,0,4,8&color=red|1.《代码随想录》数组(V3.0), p.15]]
|
||||
> > 5.⻓度最⼩的⼦数组
|
||||
>
|
||||
> 再学一遍
|
||||
|
||||
## 二刷
|
||||
|
||||
以下题目需要再做一遍
|
||||
- [ ] [704. 二分查找 - 力扣(LeetCode)](https://leetcode.cn/problems/binary-search/description/)
|
||||
- [ ] [209. 长度最小的子数组 - 力扣(LeetCode)](https://leetcode.cn/problems/minimum-size-subarray-sum/description/)
|
||||
|
||||
# 链表
|
||||
|
||||
## 二刷
|
||||
- [ ] [206. 反转链表 - 力扣(LeetCode)](https://leetcode.cn/problems/reverse-linked-list/)
|
||||
- [ ] 递归
|
||||
- [ ] 迭代
|
||||
- [ ] **头插**
|
||||
Loading…
Reference in New Issue