You can't just sit there and wait for life to come to you , You have to go to get it.你不能坐等一切发生,必须自己努力争取。Sometimes it feels like , no matterhow much su...
分类:
其他好文 时间:
2015-06-12 20:43:24
阅读次数:
107
问题:Ignatius has just come back school from the 30th ACM/ICPC. Now he has a lot of homework to do. Every teacher gives him a deadline of handing in the...
分类:
其他好文 时间:
2015-06-11 18:50:10
阅读次数:
128
The actual red-colored used provides the reproduction an extremely sporty really feel. When it comes to motion, this will come in Asia ETA 2836 motion...
分类:
其他好文 时间:
2015-06-11 10:53:00
阅读次数:
139
Rotate an array of n elements to the right by k steps.For example, with n = 7 and k = 3, the array [1,2,3,4,5,6,7] is rotated to [5,6,7,1,2,3,4].Note:
Try to come up as many solutions as you can, ther...
分类:
其他好文 时间:
2015-06-09 09:55:18
阅读次数:
135
----------------------------------------------1.请求数据(request data)有5种常用技术用于向服务器请求数据:XMLHttpRequest,dynamic script tag insertion(动态脚本标签插入),iframes,come...
分类:
编程语言 时间:
2015-06-08 18:51:59
阅读次数:
113
You work in a company which organizes marriages. Marriages are not that easy to be made, so, the job is quite hard for you.The job gets more difficult when people come here and give their bio-data with...
分类:
其他好文 时间:
2015-06-06 12:08:28
阅读次数:
185
Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x.
You should preserve the original relative order of the nodes in each of...
分类:
其他好文 时间:
2015-06-06 09:11:05
阅读次数:
89
Well, this problem desires for the use of dynamic programming. They key to any DP problem is to come up with the state equation. In this problem, we d...
分类:
其他好文 时间:
2015-06-03 13:18:29
阅读次数:
104
1 Partition List
Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x.You should preserve the original relative order of the nod...
分类:
编程语言 时间:
2015-05-31 09:33:34
阅读次数:
239
题目链接:http://poj.org/problem?id=2387题目大意:求点1到点n的最短距离1、Dijkstras算法#include #include #include using namespace std;#define maxn 1010#define INF 0x3f3f3fin...
分类:
其他好文 时间:
2015-05-27 18:41:08
阅读次数:
127