Triangle LOVETime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 2306Accepted Submission(s): 960Proble...
分类:
其他好文 时间:
2014-07-29 12:24:16
阅读次数:
174
css实现三角没有想象中的那么难,只要明白border的各种属性的意思就很好明白css三角是如何实现的。一下是几个很简单的例子:css三角形状的制作: css样式: .triangle{ width:0; height:0; border-left:10px solid transpare...
分类:
Web程序 时间:
2014-07-24 17:21:45
阅读次数:
259
Given numRows, generate the first numRows of Pascal's triangle.For example, given numRows = 5, Return[ [1], [1,1], [1,2,1], [1,3,3,1], [1,4,...
分类:
其他好文 时间:
2014-07-24 11:28:32
阅读次数:
228
Pascal's TriangleGivennumRows, generate the firstnumRowsof Pascal's triangle.For example, givennumRows= 5,Return[ [1], [1,1], [1,2,1], [1,3,...
分类:
其他好文 时间:
2014-07-22 22:48:13
阅读次数:
174
TriangleGiven a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given...
分类:
其他好文 时间:
2014-07-22 22:47:52
阅读次数:
230
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given the fol...
分类:
其他好文 时间:
2014-07-22 22:40:36
阅读次数:
238
Given an indexk, return thekthrow of the Pascal's triangle.For example, givenk= 3,Return[1,3,3,1].Note:Could you optimize your algorithm to use onlyO(...
分类:
其他好文 时间:
2014-07-19 19:05:27
阅读次数:
174
The Triangle
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 36918
Accepted: 22117
Description
7
3 8
8 1 0
2 7 4 4
4 5 2 6 5
(Figu...
分类:
其他好文 时间:
2014-07-19 11:44:04
阅读次数:
221
链接物理渣只能搜题解了。。分三种情况1、len>=a+b+c2、len 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include10 using namespace std;11 #...
分类:
其他好文 时间:
2014-07-18 14:04:31
阅读次数:
162
Triangle LOVE
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)
Total Submission(s): 2271 Accepted Submission(s): 946
Problem Description
Recen...
分类:
其他好文 时间:
2014-07-18 12:18:56
阅读次数:
202