码迷,mamicode.com
首页 >  
搜索关键字:reverse integer    ( 19410个结果
Reverse Linked List II leetcode java
题目:Reverse a linked list from position m to n. Do it in-place and in one-pass.For example:Given 1->2->3->4->5->NULL, m = 2 and n = 4,return 1->4->3->....
分类:编程语言   时间:2014-07-24 09:49:43    阅读次数:204
图论trainning-part-2 C. The Largest Clique
C. The Largest CliqueTime Limit: 3000msMemory Limit: 131072KB64-bit integer IO format:%lld Java class name:MainGiven a directed graphG, consider the f...
分类:其他好文   时间:2014-07-23 22:17:17    阅读次数:459
xmldocument的使用
TXMLDocumentdomvendor=ADOMXMLv4varroot:IXMLnode;lei:IXMLNode;info:IXMLNode;i:integer;strxml:string;xmldoc:TXMLDocument;begincbbCountry.Items.Clear;trystrxml:=‘<?xmlversion="1.0"encoding="GB2312"?>‘;strxml:=strxml+(httprio1asDataCenterServicesSoap).Get..
分类:其他好文   时间:2014-07-23 21:11:06    阅读次数:224
python 常用数据结构使用
python 字典排序http://www.cnblogs.com/kaituorensheng/archive/2012/08/07/2627386.html函数原型sorted(dic,value,reverse)dic为比较函数,value 为排序的对象(这里指键或键值),reverse:注明...
分类:编程语言   时间:2014-07-23 20:52:35    阅读次数:183
[leetcode]Add Two Numbers
Add Two NumbersYou are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes co...
分类:其他好文   时间:2014-07-23 16:51:51    阅读次数:251
poj 2442 -- Sequence
SequenceTime Limit: 6000MSMemory Limit: 65536KTotal Submissions: 7018Accepted: 2265DescriptionGiven m sequences, each contains n non-negative integer....
分类:其他好文   时间:2014-07-23 16:14:11    阅读次数:338
图论trainning-part-1 B. Claw Decomposition
B. Claw DecompositionTime Limit: 1000msMemory Limit: 131072KB64-bit integer IO format:%lld Java class name:MainA claw is defined as a pointed curved n...
分类:其他好文   时间:2014-07-23 15:22:06    阅读次数:268
图论trainning-part-1 H. Qin Shi Huang's National Road System
H. Qin Shi Huang's National Road SystemTime Limit: 1000msMemory Limit: 32768KB64-bit integer IO format:%I64d Java class name:MainDuring the Warring St...
分类:其他好文   时间:2014-07-23 15:07:06    阅读次数:291
最小生成树Prim poj1258 poj2485
poj:1258Agri-NetTime Limit: 1000 MS Memory Limit: 10000 KB64-bit integer IO format: %I64d , %I64u Java class name: Main[Submit] [Status] [Discuss]Desc...
分类:其他好文   时间:2014-07-23 15:06:26    阅读次数:365
java关于Integer的几个相等测试题
之前看过很多关于String相等的测试题,突然发现Integer相等的题目有时也让人感觉很出乎意料,感兴趣可以先猜猜,再运行结果,看看跟你猜想的结果是否一致。 如果你完全独对了,还劳烦留言说说为什么,共同分享学习。 题目如下: Integer i1 = 100; Integer i2 = 100; Integer i3 = new Integer(100); In...
分类:编程语言   时间:2014-07-23 13:20:16    阅读次数:161
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!