File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ int getDepth(TreeNode* cur) {
264264}
265265```
266266
267- 然后再用栈来模拟前序遍历 ,遍历每一个节点的时候,再去判断左右孩子的高度是否符合,代码如下:
267+ 然后再用栈来模拟后序遍历 ,遍历每一个节点的时候,再去判断左右孩子的高度是否符合,代码如下:
268268
269269```CPP
270270bool isBalanced(TreeNode* root) {
Original file line number Diff line number Diff line change 120120
121121# 总结
122122
123- 从二分法到双指针,从滑动窗口到螺旋矩阵,相信如果大家真的认真做了「代码随想录」每日推荐的题目,定会有所收获。
124-
125- 推荐的题目即使大家之前做过了,再读一遍文章,也会帮助你提炼出解题的精髓所在。
123+ ![ ] ( https://code-thinking-1253855093.file.myqcloud.com/pics/数组总结.png )
126124
127- 如果感觉有所收获,希望大家多多支持,打卡转发,点赞在看 都是对我最大的鼓励!
125+ 这个图是 [ 代码随想录知识星球 ] ( https://programmercarl.com/other/kstar.html ) 成员: [ 海螺人 ] ( https://wx.zsxq.com/dweb2/index/footprint/844412858822412 ) ,所画,总结的非常好,分享给大家。
128126
129- 最后,大家周末愉快!
127+ 从二分法到双指针,从滑动窗口到螺旋矩阵,相信如果大家真的认真做了「代码随想录」每日推荐的题目,定会有所收获。
130128
129+ 推荐的题目即使大家之前做过了,再读一遍文章,也会帮助你提炼出解题的精髓所在。
131130
132131-----------------------
133132<div align =" center " ><img src =https://code-thinking.cdn.bcebos.com/pics/01二维码一.jpg width =500 > </img ></div >
Original file line number Diff line number Diff line change 7676
7777## 总结
7878
79+ ![ ] ( https://code-thinking-1253855093.file.myqcloud.com/pics/链表总结.png )
80+
81+ 这个图是 [ 代码随想录知识星球] ( https://programmercarl.com/other/kstar.html ) 成员:[ 海螺人] ( https://wx.zsxq.com/dweb2/index/footprint/844412858822412 ) ,所画,总结的非常好,分享给大家。
82+
7983考察链表的操作其实就是考察指针的操作,是面试中的常见类型。
8084
8185链表篇中开头介绍[ 链表理论知识] ( https://programmercarl.com/0203.移除链表元素.html ) ,然后分别通过经典题目介绍了如下知识点:
You can’t perform that action at this time.
0 commit comments