码迷,mamicode.com
首页 >  
搜索关键字:leaf    ( 924个结果
113.Path Sum II
Given a binary tree and a sum, find all root-to-leaf paths where each path's sum equals the given sum.For example:Given the below binary tree and sum ...
分类:其他好文   时间:2015-12-13 18:47:52    阅读次数:144
分区表的 Aligned Index
Aligned Index 是指索引结构的分区和Table的分区相同,即在表的一个分区建立的索引,索引的Leaf Data 也在同一个分区中。Partition column 是个关键的table column,影响index的对齐。There are a number of important c...
分类:其他好文   时间:2015-12-10 21:18:58    阅读次数:335
数据结构:Binary and other trees(数据结构,算法及应用(C++叙事描述语言)文章8章)
8.1 Trees-->root,children, parent, siblings, leaf; level, degree of element 的基本概念8.2 Binary Trees-->什么样的tree是Binary Tree8.3. Properties of Binary Tree...
分类:编程语言   时间:2015-12-08 17:53:02    阅读次数:128
leetcode Binary Tree Paths
题目连接https://leetcode.com/problems/binary-tree-paths/Binary Tree PathsDescriptionGiven a binary tree, return all root-to-leaf paths.For example, given ...
分类:其他好文   时间:2015-12-08 10:09:48    阅读次数:149
257. Binary Tree Paths
题目:Given a binary tree, return all root-to-leaf paths.For example, given the following binary tree: 1 / \2 3 \ 5All root-to-leaf paths are:["...
分类:其他好文   时间:2015-12-03 07:12:59    阅读次数:181
[LeetCode]Path Sum
题目解析:(链接)Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the giv...
分类:其他好文   时间:2015-12-03 00:27:15    阅读次数:133
[lintcode easy]Binary Tree Paths
Binary Tree PathsGiven a binary tree, return all root-to-leaf paths.ExampleGiven the following binary tree: 1 / \2 3 \ 5All root-to-leaf path...
分类:其他好文   时间:2015-12-01 07:07:19    阅读次数:154
[LeetCode]Binary Tree Level Order Traversal II
题目描述:(链接)Given a binary tree, return thebottom-up level ordertraversal of its nodes' values. (ie, from left to right, level by level from leaf to root...
分类:其他好文   时间:2015-11-29 14:58:47    阅读次数:148
Tree(树的还原以及树的dfs遍历)
紫书:P155uva 548You are to determine the value of the leaf node in a given binary tree that is the terminal node of a path of least value from the root ...
分类:其他好文   时间:2015-11-28 16:24:26    阅读次数:243
leetcode Binary Tree Level Order Traversal II
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 e...
分类:其他好文   时间:2015-11-25 11:33:08    阅读次数:129
924条   上一页 1 ... 40 41 42 43 44 ... 93 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!