码迷,mamicode.com
首页 >  
搜索关键字:itself    ( 426个结果
SQL SERVER 2008 笔记
1. Database Objects:The database itself IndexesThe transaction log CLR assembliesTables ReportsFilegroups Full-text catalogsDiagrams User-defined data...
分类:数据库   时间:2014-08-29 22:37:38    阅读次数:186
LeetCode: Symmetric Tree
LeetCode: Symmetric TreeGiven a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is...
分类:其他好文   时间:2014-08-28 22:41:16    阅读次数:243
Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:其他好文   时间:2014-08-28 21:01:06    阅读次数:179
Prime Cuts(poj1595)
/*Prime Cuts Description A prime number is a counting number (1, 2, 3, ...) that is evenly divisible only by 1 and itself. In this problem you are to write a program that will cut some number of pri...
分类:其他好文   时间:2014-08-21 17:14:24    阅读次数:283
Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:其他好文   时间:2014-08-17 19:55:32    阅读次数:215
Symmetric Tree
-----QUESTION-----Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symme...
分类:其他好文   时间:2014-08-17 19:47:22    阅读次数:259
Tree Operations 打印出有向图中的环
题目: You are given a binary tree with unique integer values on each node. However, the child pointers on each node may point to any other node in the tree including itself, introducing cycles into the...
分类:其他好文   时间:2014-08-17 09:11:11    阅读次数:301
HDU 4927 Series 1 ( 组合+高精度)
Series 1   大意: 题意不好翻译,英文看懂也不是很麻烦,就不翻译了。 Problem Description Let A be an integral series {A1, A2, . . . , An}. The zero-order series of A is A itself. The first-order series of A i...
分类:其他好文   时间:2014-08-12 10:21:42    阅读次数:241
POJ - 1392 Ouroboros Snake (欧拉回路的应用)
Description Ouroboros is a mythical snake from ancient Egypt. It has its tail in its mouth and continously devours itself. The Ouroboros numbers are binary numbers of 2^n bits that have the prop...
分类:其他好文   时间:2014-08-09 11:40:57    阅读次数:315
HDU4927:Series 1(JAVA大数)
Problem Description Let A be an integral series {A1, A2, . . . , An}. The zero-order series of A is A itself. The first-order series of A is {B1, B2, . . . , Bn-1},where Bi = Ai+1 - Ai. Th...
分类:编程语言   时间:2014-08-08 16:12:48    阅读次数:200
426条   上一页 1 ... 37 38 39 40 41 ... 43 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!