You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a link...
分类:
其他好文 时间:
2015-05-27 21:10:51
阅读次数:
137
Jump Game
Given an array of non-negative integers, you are initially positioned at the first index of the array.
Each element in the array represents your maximum jump length at that positi...
分类:
其他好文 时间:
2015-05-27 15:47:44
阅读次数:
139
Container With Most WaterTotal Accepted:38917Total Submissions:121822My SubmissionsQuestionSolutionGivennnon-negative integersa1,a2, ...,an, where eac...
分类:
其他好文 时间:
2015-05-27 15:35:35
阅读次数:
129
css中的负边距(negative margin)是布局中的一个常用技巧,只要运用得合理常常会有意想不到的效果。很多特殊的css布局方法都依赖于负边距,所以掌握它的用法对于前端的同学来说,那是必须的。本文非常基础,老鸟可以略过。负边距在普通文档流中的作用和效果那些没有脱离文档流的元素(指不是浮动元素...
分类:
Web程序 时间:
2015-05-27 13:48:38
阅读次数:
205
1. 引言 之前介绍的MCMC算法都具有一般性和通用性(这里指Metropolis-Hasting 算法),但也存在一些特殊的依赖于仿真分布特征的MCMC方法。在介绍这一类算法(指Gibbs sampling)之前,本节将介绍一种特殊的MCMC算法。 我们重新考虑了仿真的理论基础,建立了Slice ...
分类:
其他好文 时间:
2015-05-26 21:19:09
阅读次数:
135
No.42 Trapping Rain WaterGivennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able...
分类:
移动开发 时间:
2015-05-26 18:13:46
阅读次数:
240
Description:Count the number of prime numbers less than a non-negative number, n.思路分析:这题是一道数学题,求小于n的所有质数。容易想到的思路是定义个isPrime的判定函数,对小于n的数一个一个判定,但是时间复杂度O(N^2)。有没有更快的算法呢?有,这是一个经典的找质数的算法,Sieve of Eratosthe...
分类:
其他好文 时间:
2015-05-25 16:47:52
阅读次数:
128
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ...
分类:
其他好文 时间:
2015-05-25 14:20:09
阅读次数:
97
第二道题
Add Two Numbers
如下:
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a singl...
分类:
编程语言 时间:
2015-05-23 08:50:29
阅读次数:
190
Problem 2111 Min Number
Accept: 586 Submit: 1139
Time Limit: 1000 mSec Memory Limit : 32768 KB
Problem Description
Now you are given one non-negative integer n in 10-base notation, ...
分类:
其他好文 时间:
2015-05-23 00:04:53
阅读次数:
149