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
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
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
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