码迷,mamicode.com
首页 >  
搜索关键字:ternary search tree    ( 28833个结果
[leetcode] Validate Binary Search Tree
Given a binary tree, determine if it is a valid binary search tree (BST).
分类:其他好文   时间:2014-07-03 19:36:49    阅读次数:196
[leetcode] Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).
分类:其他好文   时间:2014-07-03 19:20:42    阅读次数:189
[leetcode] Construct Binary Tree from Preorder and Inorder Traversal
Given preorder and inorder traversal of a tree, construct the binary tree.
分类:其他好文   时间:2014-07-03 19:16:03    阅读次数:149
[leetcode] Binary Tree Zigzag Level Order Traversal
Given a binary tree, return the zigzag level order traversal of its nodes' values. (ie, from left to right, then right to left for the next level and ...
分类:其他好文   时间:2014-07-03 19:14:34    阅读次数:206
[leetcode] Construct Binary Tree from Inorder and Postorder Traversal
Given inorder and postorder traversal of a tree, construct the binary tree.
分类:其他好文   时间:2014-07-03 19:13:08    阅读次数:187
[leetcode] Convert Sorted List to Binary Search Tree
Given a singly linked list where elements are sorted in ascending order, convert it to a height balanced BST.
分类:其他好文   时间:2014-07-03 19:10:40    阅读次数:201
[leetcode] Balanced Binary Tree
Given a binary tree, determine if it is height-balanced.
分类:其他好文   时间:2014-07-03 19:00:17    阅读次数:188
[leetcode] Convert Sorted Array to Binary Search Tree
Given an array where elements are sorted in ascending order, convert it to a height balanced BST.
分类:其他好文   时间:2014-07-03 18:55:48    阅读次数:236
[leetcode] Minimum Depth of Binary Tree
Given a binary tree, find its minimum depth.
分类:其他好文   时间:2014-07-03 18:54:32    阅读次数:189
[leetcode] Maximum Depth of Binary Tree
Given a binary tree, find its maximum depth.
分类:其他好文   时间:2014-07-03 13:19:33    阅读次数:251
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!