LeetCode|Tree Problem Sets
整体思路框架
关于前序中序后序遍历的思考
二叉树本质上其实就是一个二叉链表,针对二叉树的前序中序后序 递归遍历,我们实际上也可以用在数组和链表当中
1 |
|
1 |
|
LeetCode|Tree Problem Sets
http://example.com/2023/06/11/LeetCode-Tree-Problem-Sets/
二叉树本质上其实就是一个二叉链表,针对二叉树的前序中序后序 递归遍历,我们实际上也可以用在数组和链表当中
1 |
|
1 |
|