摘要: 链接:https://leetcode-cn.com/problems/er-cha-sou-suo-shu-de-hou-xu-bian-li-xu-lie-lcof/ 代码: class Solution { public: bool verifyPostorder(vector<int>& p 阅读全文
posted @ 2020-02-28 22:09 景云ⁿ 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 面试题32 - I. 从上到下打印二叉树 代码: /** * Definition for a binary tree node. * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode(int x 阅读全文
posted @ 2020-02-28 21:50 景云ⁿ 阅读(104) 评论(0) 推荐(0) 编辑