Description
Recently, researchers on Mars have discovered N powerful atoms. All of them are different. These atoms have some properties. When two of these atoms collide, one of them disappears and ...
分类:
其他好文 时间:
2015-04-19 06:33:12
阅读次数:
115
题目:Given a 2d grid map of'1's (land) and'0's (water), count the number of islands. An island is surrounded by water and is formed by connecting adjace...
分类:
其他好文 时间:
2015-04-19 06:27:46
阅读次数:
146
这节课我们主要学习了String and Regular ExpressionsIntroduction of Strings Computer was used for numeric munipulation:1. Most programs are concerned more with st...
题目描述Given a non-negative number represented as an array of digits, plus one to the number.The digits are stored such that the most significant digit is at the head of the list.使用字符串表示数字,对数字进行“加1”操作,返回结...
分类:
其他好文 时间:
2015-04-18 23:48:52
阅读次数:
208
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 3316
Accepted: 2118
Description
The most exciting space discovery occurred at the end of the 20th century. In 1999, scie...
分类:
其他好文 时间:
2015-04-18 22:03:20
阅读次数:
181
Volley is an HTTP library that makes networking for Android apps easier and most importantly, faster. Volley is available through the openAOSPreposito...
分类:
Web程序 时间:
2015-04-18 19:06:09
阅读次数:
130
Container With Most Water
Given n non-negative integers a1, a2,
..., an, where each represents a point at coordinate (i, ai). n vertical
lines are drawn such that the two endpoints of line i ...
分类:
其他好文 时间:
2015-04-18 17:44:43
阅读次数:
128
Given a non-negative number represented as an array of digits, plus one to the number.The digits are stored such that the most significant digit is at...
分类:
其他好文 时间:
2015-04-18 17:23:35
阅读次数:
97
he Tetris game is one of the most popular computer games ever created. The original game was designed and programmed by a Russian programmerAlexey Paj...
分类:
其他好文 时间:
2015-04-18 14:31:26
阅读次数:
166
Description
Queues and Priority Queues are data structures which are known to most computer scientists. The Team Queue, however, is not so well known, though it occurs often in everyday life. At ...
分类:
其他好文 时间:
2015-04-18 13:13:11
阅读次数:
154