题目:(String)Given a stringS, find the longest palindromic substring inS. You may assume that the maximum length ofSis 1000, and there exists one unique...
分类:
其他好文 时间:
2014-12-25 06:34:06
阅读次数:
198
1 题目描述Given an array of sizen, find the majority element. The majority element is the element that appears more than? n/2 ?times.You may assume that t...
分类:
其他好文 时间:
2014-12-24 17:54:57
阅读次数:
147
题目描述:
Given an array of size n, find the majority element. The majority element is the element that appears more than ?
n/2 ? times.
You may assume that the array is non-empty and the majori...
分类:
其他好文 时间:
2014-12-24 10:03:49
阅读次数:
120
1 assume cs:code 2 3 code segment 4 main: 5 mov cx,880 ;显示背景22*80 6 mov dh,0 ;dh中放行号 7 ...
分类:
其他好文 时间:
2014-12-23 12:10:12
阅读次数:
276
Given an array of sizen, find the majority element. The majority element is the element that appears more than? n/2 ?times.You may assume that the arr...
分类:
其他好文 时间:
2014-12-23 11:56:55
阅读次数:
179
Given an array of size n, find the majority element. The majority element is the element that appears more than
? n/2 ? times.
You may assume that the array is non-empty and the majority element alw...
分类:
其他好文 时间:
2014-12-23 06:44:00
阅读次数:
124
Given an array of size n, find the majority element. The majority element is the element that appears more than ? n/2 ? times.You may assume that the ...
分类:
其他好文 时间:
2014-12-23 06:43:14
阅读次数:
144
Longest Palindromic SubstringGiven a stringS, find the longest palindromic substring inS. You may assume that the maximum length ofSis 1000, and there...
分类:
其他好文 时间:
2014-12-23 00:07:39
阅读次数:
142
Given an array of sizen, find the majority element. The majority element is the element that appears more than? n/2 ?times.You may assume that the arr...
分类:
其他好文 时间:
2014-12-22 21:09:32
阅读次数:
163
Given an array of size n, find the majority element. The majority element is the element that appears more than ?
n/2 ? times.
You may assume that the array is non-empty and the majority element al...
分类:
Web程序 时间:
2014-12-22 19:39:06
阅读次数:
303