摘要: 题目链接 https://leetcode.com/problems/insert into a binary search tree/description/ 题目描述 给定二叉搜索树(BST)的根节点和要插入树中的值,将值插入二叉搜索树。 返回插入后二叉搜索树的根节点。 保证原始二叉搜索树中不存 阅读全文
posted @ 2018-09-26 14:28 DCREN 阅读(593) 评论(0) 推荐(0) 编辑
摘要: 题目链接 https://leetcode.com/problems/construct string from binary tree/description/ 题目描述 你需要采用前序遍历的方式,将一个二叉树转换成一个由括号和整数组成的字符串。 空节点则用一对空括号 "()" 表示。而且你需要省 阅读全文
posted @ 2018-09-26 14:12 DCREN 阅读(309) 评论(0) 推荐(0) 编辑