Description It has been ten years since TJU-ACM established. And in this year all the retired TJU-ACMers want to get together to celebrate the tenth a ...
分类:
其他好文 时间:
2016-08-01 19:21:34
阅读次数:
120
Top 5 Relocation can be a very occupied course of action that makes everyone fatigued each of those actually in addition to mentally. It's simply no w ...
分类:
其他好文 时间:
2016-07-30 14:48:08
阅读次数:
190
python 目录 (一)、交换 (Exchanges) -- 1.1 武sir 经典 Exchanges 案例展示。 (二)、临时队列( Temporary queues ) (三)、绑定(Bindings) (四)、汇总(Putting it all together)python系列之 Rab... ...
分类:
其他好文 时间:
2016-07-30 10:22:37
阅读次数:
209
bzoj1609[Usaco2008 Feb]Eating Together麻烦的聚餐 题意: 一个序列只由1﹑2﹑3三种数组成。求最少要改变多少个数使它变成不下降序列或不上升序列。序列大小≤30000 题解: DP。设f[i][j]表示正在考虑第i个数,上一个数是j。求不下降序列最少改变个数方程: ...
分类:
其他好文 时间:
2016-07-30 00:20:24
阅读次数:
201
As Fast As Possible On vacations n pupils decided to go on excursion and gather all together. They need to overcome the path with the length l meters. ...
分类:
其他好文 时间:
2016-07-24 17:46:50
阅读次数:
144
On vacations n pupils decided to go on excursion and gather all together. They need to overcome the path with the length l meters. Each of the pupils ...
分类:
其他好文 时间:
2016-07-23 13:44:56
阅读次数:
367
Given a singly linked list, group all odd nodes together followed by the even nodes. Please note here we are talking about the node number and not the ...
分类:
其他好文 时间:
2016-07-16 11:23:03
阅读次数:
127
题目描述: Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists. 解题 ...
分类:
其他好文 时间:
2016-07-05 01:10:38
阅读次数:
216
Merge two sorted (ascending) linked lists and return it as a new sorted list. The new sorted list should be made by splicing together the nodes of the ...
分类:
其他好文 时间:
2016-07-03 07:02:32
阅读次数:
131
In this lesson we will look at all of the pieces that combine together to create a JWT (j AWT) or JSON Web Token. You will use node to create a JWT, a ...
分类:
Web程序 时间:
2016-07-02 06:59:15
阅读次数:
322