Find Peak Element
A peak element is an element that is greater than its neighbors.
Given an input array where num[i] ≠ num[i+1], find a peak element and return
its index.
The array may co...
分类:
其他好文 时间:
2015-04-12 17:49:04
阅读次数:
139
一: LeetCode39 Combination
Sum
题目:
Given a set of candidate numbers (C) and a target number (T), find all unique combinations in C where
the candidate numbers sums to T.
The same repeated nu...
分类:
其他好文 时间:
2015-04-12 13:28:04
阅读次数:
190
Language:
Default
Stars
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 35318
Accepted: 15326
Description
Astronomers often examine star maps where sta...
分类:
编程语言 时间:
2015-04-12 13:27:50
阅读次数:
147
Title :Givennnon-negative integersa1,a2, ...,an, where each represents a point at coordinate (i,ai).nvertical lines are drawn such that the two endpoi...
分类:
其他好文 时间:
2015-04-12 11:57:25
阅读次数:
100
题目:There areNgas stations along a circular route, where the amount of gas at stationiisgas[i].You have a car with an unlimited gas tank and it costsco...
分类:
其他好文 时间:
2015-04-12 06:33:18
阅读次数:
169
5.TQ_ALWAYS_VALUE_USED_WHERE_NEVER_REQUIRED? 6.TQ_COMPARING_VALUES_WITH_INCOMPATIBLE_TYPE_QUALIFIERS? 7.TQ_EXPLICIT_UNKNOWN_SOURCE_VALUE_REACHES_ALWAYS_SINK? 8.TQ_EXPLICIT_UNKNOWN_SOURCE_VALUE_R...
分类:
数据库 时间:
2015-04-12 00:11:05
阅读次数:
245
在程序运行过程中,要想操作(增删改查,CRUD)数据库中的数据,必须使用SQL语句select、insert、update、delete、from、create、where、desc、order、by、group、table、alter、view、indexSQL语句的种类数据定义语句(DDL:Da...
分类:
数据库 时间:
2015-04-12 00:00:28
阅读次数:
331
Given n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the histogram.
Above is a histogram where width o...
分类:
其他好文 时间:
2015-04-11 22:35:26
阅读次数:
178
关系数据库——面向集合,一般执行结果都是一个集合,如果要选择其中一条或几条记录,就要用where子句。
游标 ——面向单条记录。游标可以对查询语句返回的结果集中的每一行进行相同或不同的操作。...
分类:
数据库 时间:
2015-04-11 19:32:15
阅读次数:
192
题目描述: This time, you are supposed to find A+B where A and B are two matrices, and then count the number of zero rows and columns.输入: The input consist...
分类:
其他好文 时间:
2015-04-11 19:16:11
阅读次数:
170