摘要: 代码随想录算法训练营第20天 | 654.最大二叉树 https://leetcode.cn/problems/maximum-binary-tree/ 654.最大二叉树代码随想录 https://programmercarl.com/0654.最大二叉树.html 617.合并二叉树 https 阅读全文
posted @ 2024-06-23 12:01 哆啦** 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 小林coding:https://xiaolincoding.com/reader_nb/ 计算机基础整体 深入理解计算系统 B站地址:https://www.bilibili.com/video/BV1iW411d7hd 操作系统 主要组成(学习顺序) 内存管理 进程管理 文件系统 输入输出管理 阅读全文
posted @ 2024-06-22 16:58 哆啦** 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 代码随想录算法训练营第17天 找树左下角的值 https://leetcode.cn/problems/find-bottom-left-tree-value/ 找树左下角的值代码随想录 https://leetcode.cn/problems/find-bottom-left-tree-value 阅读全文
posted @ 2024-06-21 11:14 哆啦** 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 110.平衡二叉树 https://leetcode.cn/problems/balanced-binary-tree/submissions/540479822/ 110.平衡二叉树代码随想录 https://programmercarl.com/0110.平衡二叉树.html 257. 二叉树的 阅读全文
posted @ 2024-06-19 11:41 哆啦** 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 代码随想录算法训练营第15天 翻转二叉树 https://leetcode.cn/problems/invert-binary-tree/description/ 翻转二叉树代码随想录 https://programmercarl.com/0226.翻转二叉树.html 对称二叉树题 https:/ 阅读全文
posted @ 2024-06-17 10:59 哆啦** 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 代码随想录算法训练营第14| 二叉树理论 https://programmercarl.com/二叉树理论基础.html 二叉树递归遍历 https://programmercarl.com/二叉树的递归遍历.html 二叉树统一迭代 https://programmercarl.com/二叉树的统 阅读全文
posted @ 2024-06-17 00:28 哆啦** 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 逆波兰表达式题目 https://leetcode.cn/problems/evaluate-reverse-polish-notation/description/ 逆波兰表达式代码随想录 https://programmercarl.com/0150.逆波兰表达式求值.html#其他语言版本 滑 阅读全文
posted @ 2024-06-14 22:25 哆啦** 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 232用栈实现队列 https://leetcode.cn/problems/implement-queue-using-stacks/ 用栈实现队列代码随想录 https://programmercarl.com/0232.用栈实现队列.html#其他语言版本 225用队列实现栈 https:// 阅读全文
posted @ 2024-06-13 10:09 哆啦** 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 字符串总结 基础操作 —— 反转字符串 344 反转字符串:字符串变成列表才能可替代;不要随便用库函数 https://leetcode.cn/problems/reverse-string/description/ 反转字符串 II:遍历的秘诀; https://leetcode.cn/probl 阅读全文
posted @ 2024-06-12 00:29 哆啦** 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 28.strStr() https://leetcode.cn/problems/find-the-index-of-the-first-occurrence-in-a-string/description/ 实现strStr()代码随想录 https://programmercarl.com/00 阅读全文
posted @ 2024-06-11 12:32 哆啦** 阅读(1) 评论(0) 推荐(0) 编辑