摘要: 题目链接 "https://leetcode.com/problems/balanced binary tree/" 题目原文 Given a binary tree, determine if it is height balanced. For this problem, a height ba 阅读全文
posted @ 2016-03-10 17:19 slurm 阅读(339) 评论(0) 推荐(0)
摘要: 题目链接 "https://leetcode.com/problems/convert sorted list to binary search tree/" 题目原文 Given a singly linked list where elements are sorted in ascending 阅读全文
posted @ 2016-03-10 17:17 slurm 阅读(216) 评论(0) 推荐(0)
摘要: 题目链接 "https://leetcode.com/problems/convert sorted array to binary search tree/" 题目原文 Given an array where elements are sorted in ascending order, con 阅读全文
posted @ 2016-03-10 17:15 slurm 阅读(323) 评论(0) 推荐(0)
摘要: 题目链接 "https://leetcode.com/problems/binary tree level order traversal ii/" 题目原文 Given a binary tree, return the bottom up level order traversal of its 阅读全文
posted @ 2016-03-10 17:12 slurm 阅读(216) 评论(0) 推荐(0)
摘要: 题目链接 "https://leetcode.com/problems/construct binary tree from inorder and postorder traversal/" 题目原文 Given inorder and postorder traversal of a tree, 阅读全文
posted @ 2016-03-10 17:08 slurm 阅读(307) 评论(0) 推荐(0)