码迷,mamicode.com
首页 >  
搜索关键字:comare version number    ( 48018个结果
leetcode - Maximum Depth of Binary Tree
题目: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
【leetcode】Maximum Subarray
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 是一种解释性的基于对象的脚本语言。 JavaScript 语言使用的语法与 C 语言使用的语法类似,并支持结构化构造,例如if...else、for和do...while。大括号 ({}) 用于分隔语句块。该语言支持各种数据类型,包括String、Number、Boole...
分类:编程语言   时间:2014-06-10 08:50:04    阅读次数:284
如何使用Git 及 Github 来管理你的代码
git 是一种分布式版本控制系统, Distributed Version Control System.linux 内核开源项目有众多的参与者,2002年, 整个项目组开始启用分布式版本控制系统BitKeeper 来管理和维护代码,到了2005年,开发BitKeeper的公司同Linux内核开源社...
分类:其他好文   时间:2014-06-09 20:24:17    阅读次数:880
[cc150] 硬币问题
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
query-1.6.4.js与jquery-1.6.4.min.js有什么不同?
有两个版本的 jQuery 可供下载:Production version - 用于实际的网站中,已被精简和压缩。Development version - 用于测试和开发(未压缩,是可读的代码)这两个版本都可以从 jQuery.com 下载。一般用不带min的调试功能.调试通过后用带有min的运行...
分类:Web程序   时间:2014-06-09 18:02:11    阅读次数:206
[leetcode]Combination Sum @ Python
原题地址: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
[leetcode]Combination Sum II @ Python
原题地址: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.getProperty()方法大全
System.out.println("java版本号:" + System.getProperty("java.version")); // java版本号 System.out.println("Java提供商名称:" + System.getProperty("java....
分类:其他好文   时间:2014-06-09 17:16:33    阅读次数:210
leetcode - Single Number
今天开始刷leetcode上的题,争取校招前刷过一遍,从AC率最高的题目开始刷,不废话了,看题题目:Single NumberGiven an array of integers, every element appearstwiceexcept for one. Find that single ...
分类:其他好文   时间:2014-06-09 12:57:45    阅读次数:260
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!