会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
wydxry
Keep Learning !!!
博客园
首页
新随笔
管理
2019年8月31日
LeetCode 145. 二叉树的后序遍历 (用栈实现后序遍历二叉树的非递归算法)
摘要: 题目链接:https://leetcode-cn.com/problems/binary-tree-postorder-traversal/ 给定一个二叉树,返回它的 后序 遍历。 示例: 输入: [1,null,2,3] 1 \ 2 / 3 输出: [3,2,1]进阶: 递归算法很简单,你可以通过
阅读全文
posted @ 2019-08-31 17:53 wydxry
阅读(1359)
评论(0)
推荐(0)
编辑
公告
Live2D