题目:Maximum Depth of Binary TreeGiven a binary tree,
find its maximum depth.The maximum depth is the number of nodes along the
longest path from the ro...
分类:
其他好文 时间:
2014-06-10 10:09:13
阅读次数:
237
Find the contiguous subarray within an array
(containing at least one number) which has the largest sum.For example, given
the array[?2,1,?3,4,?1,2,1,...
分类:
其他好文 时间:
2014-06-10 09:14:50
阅读次数:
211
JavaScript 是一种解释性的基于对象的脚本语言。 JavaScript 语言使用的语法与 C
语言使用的语法类似,并支持结构化构造,例如if...else、for和do...while。大括号 ({})
用于分隔语句块。该语言支持各种数据类型,包括String、Number、Boole...
分类:
编程语言 时间:
2014-06-10 08:50:04
阅读次数:
284
git 是一种分布式版本控制系统, Distributed Version Control
System.linux 内核开源项目有众多的参与者,2002年, 整个项目组开始启用分布式版本控制系统BitKeeper
来管理和维护代码,到了2005年,开发BitKeeper的公司同Linux内核开源社...
分类:
其他好文 时间:
2014-06-09 20:24:17
阅读次数:
880
Given an infinite number of quarters (25 cents),
dimes (10 cents), nickels (5 cents) and pennies (1 cent), find how many ways to
represent n cents.思路:...
分类:
其他好文 时间:
2014-06-09 20:04:56
阅读次数:
238
有两个版本的 jQuery 可供下载:Production version -
用于实际的网站中,已被精简和压缩。Development version - 用于测试和开发(未压缩,是可读的代码)这两个版本都可以从 jQuery.com
下载。一般用不带min的调试功能.调试通过后用带有min的运行...
分类:
Web程序 时间:
2014-06-09 18:02:11
阅读次数:
206
原题地址:https://oj.leetcode.com/problems/combination-sum/题意:Given
a set of candidate numbers (C) and a target number (T), find all unique
combinations in...
分类:
编程语言 时间:
2014-06-09 17:50:09
阅读次数:
333
原题地址:https://oj.leetcode.com/problems/combination-sum-ii/题意:Given
a collection of candidate numbers (C) and a target number (T), find all unique
combi...
分类:
编程语言 时间:
2014-06-09 17:41:58
阅读次数:
320
System.out.println("java版本号:" +
System.getProperty("java.version")); // java版本号 System.out.println("Java提供商名称:"
+ System.getProperty("java....
分类:
其他好文 时间:
2014-06-09 17:16:33
阅读次数:
210
今天开始刷leetcode上的题,争取校招前刷过一遍,从AC率最高的题目开始刷,不废话了,看题题目:Single
NumberGiven an array of integers, every element appearstwiceexcept for one. Find
that single ...
分类:
其他好文 时间:
2014-06-09 12:57:45
阅读次数:
260