================Cycling Roads================DescriptionWhen Vova was in Shenzhen, he rented a bike and spent most of the time cycling around the city...
分类:
其他好文 时间:
2014-11-03 12:57:53
阅读次数:
213
The Cat in the HatBackground(An homage to Theodore Seuss Geisel)The Cat in the Hat is a nasty creature,But the striped hat he is wearing has a rather ...
分类:
其他好文 时间:
2014-11-02 22:22:39
阅读次数:
366
A problem is easy描述When Teddy was a child , he was always thinking about some simple math problems ,such as “What it’s 1 cup of water plus 1 pile of d...
分类:
其他好文 时间:
2014-11-02 17:57:15
阅读次数:
141
cigarettes描述Tom has many cigarettes. We hypothesized that he has n cigarettes and smokes themone by one keeping all the butts. Out of k > 1 butts he c...
分类:
其他好文 时间:
2014-11-02 17:50:03
阅读次数:
125
Financial Management描述Larry graduated this year and finally has a job. He's making a lot of money, but somehow never seems to have enough. Larry has d...
分类:
其他好文 时间:
2014-11-02 17:47:38
阅读次数:
144
Time limit : 2sec / Stack limit : 256MB / Memory limit : 256MB
Problem
Charlie was born January 1st of the year A,
on the Earth. He will leave the Earth on December 31st of the year B.
He w...
分类:
其他好文 时间:
2014-11-02 16:32:02
阅读次数:
258
由于HDU上这个题目显示有问题,不好复制,所以从虚拟OJ上复制了InvestmentTime Limit:10000MSMemory Limit:32768KB64bit IO Format:%lld & %lluDescriptionJohn never knew he had a grand-u...
分类:
其他好文 时间:
2014-11-02 13:39:10
阅读次数:
259
Time limit : 2sec / Stack limit : 256MB / Memory limit : 256MB
Problem
Dave is a mountaineer. He is now climbing a range of mountains.
On this mountains, there are N huts
located on a strai...
分类:
其他好文 时间:
2014-11-02 12:28:38
阅读次数:
222
此文章虽然是面向C/C++程序员写得,但是对咱们Java程序员还是很有帮助的。堆和栈的区别一、预备知识—程序的内存分配一个由C/C++编译的程序占用的内存分为以下几个部分1、栈区(stack)— 由编译器自动分配释放 ,存放函数的参数值,局部变量的值等。其操作方式类似于数据结构中的栈。2、堆区(he...
分类:
其他好文 时间:
2014-11-02 10:40:21
阅读次数:
195
Given a linked list, reverse the nodes of a linked list k at a time and return its modified list.
If the number of nodes is not a multiple of k then left-out nodes in the end should remain as it is.
...
分类:
其他好文 时间:
2014-11-02 09:27:14
阅读次数:
276