题目:
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 contain multiple pea...
分类:
编程语言 时间:
2015-01-23 16:22:13
阅读次数:
185
Given a collection of numbers that might contain duplicates, return all possible unique permutations.For example,[1,1,2]have the following unique perm...
分类:
其他好文 时间:
2015-01-21 22:16:01
阅读次数:
290
Given a string S and a string T, find the minimum window in S which will contain all the characters in T in complexity O(n).For example,S="ADOBECODEBA...
分类:
编程语言 时间:
2015-01-21 06:35:47
阅读次数:
255
Given a string S and a string T, find the minimum window in S which will contain all the characters in T in complexity O(n).
For example,
S = "ADOBECODEBANC"
T = "ABC"
Minimum window is "BAN...
【题目】
Given a collection of numbers that might contain duplicates, return all possible unique permutations.
For example,
[1,1,2] have the following unique permutations:
[1,1,2], [1,2,1],
an...
分类:
其他好文 时间:
2015-01-19 12:49:17
阅读次数:
133
题目:
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 ...
分类:
编程语言 时间:
2015-01-18 18:38:24
阅读次数:
275
Web NavigationTime Limit: 1000MSMemory Limit: 10000KTotal Submissions: 29819Accepted: 13328DescriptionStandard web browsers contain features to move b...
分类:
Web程序 时间:
2015-01-18 10:31:47
阅读次数:
779
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-01-17 22:12:46
阅读次数:
168
Thefollowingconditionscanbesetforactionsbasedonactiveagentauto-registration:
ConditiontypeSupportedoperatorsDescription
HostmetadatalikenotlikeSpecifyhostmetadataorhostmetadatatoexclude.like-hostmetadatacontainsthestring.notlike-hostmetadatadoesnotcontai..
分类:
其他好文 时间:
2015-01-17 06:36:23
阅读次数:
174
题目: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 sing...
分类:
编程语言 时间:
2015-01-16 14:37:18
阅读次数:
247