码迷,mamicode.com
首页 >  
搜索关键字:lintcode    ( 1584个结果
Lintcode: Subarray Sum 解题报告
Subarray Sum 原题链接:http://lintcode.com/zh-cn/problem/subarray-sum/#Given an integer array, find a subarray where the sum of numbers is zero. Your code ...
分类:其他好文   时间:2014-12-19 19:02:40    阅读次数:357
Lintcode: Kth Largest Element 解题报告
Kth Largest ElementFind K-th largest element in an array.NoteYou can swap elements in the arrayExampleIn array[9,3,2,4,8], the 3th largest element is ...
分类:其他好文   时间:2014-12-15 15:06:10    阅读次数:338
Lintcode: First Bad Version 解题报告
First Bad Version http://lintcode.com/en/problem/first-bad-versionThe code base version is an integer and start from 1 to n. One day, someone commit.....
分类:其他好文   时间:2014-12-13 21:42:22    阅读次数:398
Lintcode: Minimum Adjustment Cost 解题报告
Minimum Adjustment CostGiven an integer array, adjust each integers so that the difference of every adjcent integers are not greater than a given numb...
分类:其他好文   时间:2014-12-09 19:18:19    阅读次数:363
1584条   上一页 1 ... 157 158 159
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!