码迷,mamicode.com
首页 >  
搜索关键字:love you    ( 27955个结果
LeetCode ---- Merge Sorted Array
题目链接Problem discriptionGiven two sorted integer arrays A and B, merge B into A as one sorted array.Note:You may assume that A has enough space (size t...
分类:其他好文   时间:2014-06-16 11:12:36    阅读次数:192
Supported Values for @SuppressWarnings(转)
Update July 2011:This list has been reviewed and made current with the most recent Eclipse 3.7 release.If you are a Java developer and use the new @Su...
分类:其他好文   时间:2014-06-12 17:10:17    阅读次数:278
【HDOJ】1823 Luck and Love
二维线段树。wa了几次,不存在输出-1,而不再是一位小数。 1 #include 2 #include 3 4 #define MAXN 105 5 #define MAXM 1005 6 #define lson l, mid, rtb) ? a:b; 13 } 14 15 i...
分类:其他好文   时间:2014-06-12 10:49:17    阅读次数:204
Leetcode:Gas Station 加油站
Gas StationThere areNgas stations along a circular route, where the amount of gas at stationiisgas[i].You have a car with an unlimited gas tank and it...
分类:其他好文   时间:2014-06-12 08:21:14    阅读次数:294
Leetcode:Partition List 链表快速排序划分
Partition ListGiven a linked list and a valuex, partition it such that all nodes less thanxcome before nodes greater than or equal tox.You should pres...
分类:其他好文   时间:2014-06-12 06:18:55    阅读次数:562
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!