?Record Your RationaleTimothy HighTHERE iS MuCH dEBATE in the software development community about the value of documentation, especially with regard to the design of the software itself. The disagreem...
分类:
其他好文 时间:
2015-08-21 09:31:01
阅读次数:
138
C -History repeat itselfTime Limit:1000MSMemory Limit:32768KBDescriptionTom took the Discrete Mathematics course in the 2011,but his bad attendance an...
分类:
其他好文 时间:
2015-08-20 20:38:04
阅读次数:
173
101 Symmetric Tree链接:https://leetcode.com/problems/symmetric-tree/
问题描述:
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree...
分类:
其他好文 时间:
2015-08-19 07:08:32
阅读次数:
143
1、题目名称 Symmetric Tree(判断二叉树是否对称) 2、题目地址 https://leetcode.com/problems/symmetric-tree/ 3、题目内容 英文:Given a binary tree, check whether it is a mirror of itself (ie, symmet...
分类:
其他好文 时间:
2015-08-13 23:52:09
阅读次数:
634
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 / \ ...
分类:
其他好文 时间:
2015-08-11 07:00:30
阅读次数:
93
http://poj.org/problem?id=3311Hie with the Pie
Time Limit: 2000MS Memory Limit: 65536K
Total Submissions: 5519 Accepted: 2969DescriptionThe Pizazz Pizzeria prides itself in delivering pizzas...
分类:
其他好文 时间:
2015-08-10 13:37:15
阅读次数:
116
?There Is No‘I’in ArchitectureDave Quicki KnoW, THERE REAlly iS An ‘i’ in ARCHiTECTuRE. But it’s not a capital ‘I’, calling attention to itself, dominating discussion. The lowercase character fits neat...
分类:
其他好文 时间:
2015-08-10 10:43:50
阅读次数:
118
【101-Symmetric Tree(对称树)】【LeetCode-面试算法经典-Java实现】【所有题目目录索引】原题 Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).
For example, this binary tree is symmetr...
分类:
编程语言 时间:
2015-08-07 08:19:16
阅读次数:
163
Just...Implement pow(x, n).Solution:1)Naive solution:multiply x by itself for n-1 times. (Or simply reyurn 1 if n==0).This takes O(n) time. When n is ...
分类:
其他好文 时间:
2015-08-04 22:43:29
阅读次数:
132
Description
The Pizazz Pizzeria prides itself in delivering pizzas to its customers as fast as possible. Unfortunately, due to cutbacks, they can afford to hire only one driver to do the deliveries. H...
分类:
其他好文 时间:
2015-08-03 14:30:03
阅读次数:
151