摘要: Given an array where elements are sorted in ascending order, convert it to a height balanced BST. 题目标签:Tree 这道题目给了我们一个有序数组,从小到大。让我们把这个数组转化为height bala 阅读全文
posted @ 2017-07-03 02:41 Jimmy_Cheng 阅读(386) 评论(0) 推荐(0) 编辑
摘要: Given a binary tree, return the bottom-up level order traversal of its nodes' values. (ie, from left to right, level by level from leaf to root). For 阅读全文
posted @ 2017-07-03 00:41 Jimmy_Cheng 阅读(410) 评论(0) 推荐(0) 编辑