码迷,mamicode.com
首页 >  
搜索关键字:trees    ( 1351个结果
Leetcode_num6_Unique Binary Search Trees
题目: Given n, how many structurally unique BST's (binary search trees) that store values 1...n? For example, Given n = 3, there are a total of 5 unique BST's. 1 3 3 2...
分类:其他好文   时间:2014-09-22 20:55:03    阅读次数:203
Weka算法Classifier-trees-REPTree源码分析(二)
Weka算法Classifier-trees-REPTree源码分析(二)...
分类:其他好文   时间:2014-09-22 01:22:31    阅读次数:489
zoj 1944 Tree Recovery (二叉树)
Tree Recovery Time Limit: 2 Seconds      Memory Limit: 65536 KB Little Valentine liked playing with binary trees very much. Her favorite game was constructing randomly looking binary trees with ...
分类:其他好文   时间:2014-09-21 21:55:21    阅读次数:204
Weka算法Classifier-trees-REPTree源码分析(一)
Weka算法Classifier-trees-REPTree源码分析(一)...
分类:其他好文   时间:2014-09-21 20:41:51    阅读次数:222
leetcode_num3_Same Tree
题目: Given two binary trees, write a function to check if they are equal or not. Two binary trees are considered equal if they are structurally identical and the nodes have the same value. 刷题打卡中...
分类:其他好文   时间:2014-09-18 16:33:24    阅读次数:205
[leetcode] Unique Binary Search Trees (python)
Givenn, how many structurally uniqueBST's(binary search trees) that store values 1...n?For example,Givenn= 3, there are a total of 5 unique BST's. 1.....
分类:编程语言   时间:2014-09-17 18:15:12    阅读次数:187
LeetCode Unique Binary Search Trees
Givenn, how many structurally uniqueBST's(binary search trees) that store values 1...n?For example,Givenn= 3, there are a total of 5 unique BST's. 1.....
分类:其他好文   时间:2014-09-16 23:21:41    阅读次数:169
LeetCode Same Tree
Given two binary trees, write a function to check if they are equal or not.Two binary trees are considered equal if they are structurally identical an...
分类:其他好文   时间:2014-09-16 22:03:01    阅读次数:223
UVA 10303 How Many Trees? (catlan)
刚开始没看出时卡特兰数列。直接套高精度版#include #include #include #include #include #include #include #include #include #include #include #include #include #include #inc...
分类:其他好文   时间:2014-09-16 20:26:11    阅读次数:230
Same Tree
Given two binary trees, write a function to check if they are equal or not.Two binary trees are considered equal if they are structurally identical an...
分类:其他好文   时间:2014-09-13 20:00:55    阅读次数:146
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!