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 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
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
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
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
-----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
题目:
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
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
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
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