码迷,mamicode.com
首页 >  
搜索关键字:assume    ( 1858个结果
[leetcode] Longest Palindromic Substring
题目:(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
[Leedcode 169]Majority Element
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
LeetCode:Majority Element
题目描述: 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
酷炫ILOVEU
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
Majority Element
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
leetcode 153: Majority Element
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
Leetcode: Majority Element
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
【LeetCode】Longest Palindromic Substring
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
LeetCode Majority Element
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
https://oj.leetcode.com/problems/majority-element/
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!