Midnightkwai
Midnightkwai
全部文章
分类
ACM之路(320)
KMP(11)
二分(2)
二叉树(1)
动态规划(19)
博弈(2)
大数(4)
差分(1)
并查集(3)
搜索(23)
数学几何(25)
数据结构(127)
最大匹配(3)
最小生成树(7)
最短路(9)
未归档(100)
枚举(14)
模拟(8)
水题(23)
清欢渡总结(5)
线段树(2)
规律(6)
贪心(9)
递推(5)
题解(1)
归档
标签
去牛客网
登录
/
注册
Midnight kwai
大道无形,生育天地;大道无情,运行日月;大道无名,长养万物.
全部文章
(共730篇)
POJ - Frogs' Neighborhood(Havel-Hakimi)
题目链接:http://poj.org/problem?id=1659 Time Limit: 5000MS Memory Limit: 10000K Description 未名湖附近共有N个大小湖泊L1, L2, ..., Ln(其中包括未...
Havel-Hakimi
2019-01-27
0
487
POJ - Ubiquitous Religions(并查集)
题目链接:http://poj.org/problem?id=2524 Time Limit: 5000MS Memory Limit: 65536K Description There are so many different religi...
2019-01-26
0
557
POJ - A Mini Locomotive(DP 01背包)
题目链接:http://poj.org/problem?id=1976 Time Limit: 1000MS Memory Limit: 30000K Description A train has a locomotive that pull...
01背包
2019-01-26
0
608
POJ - Charm Bracelet(01背包)
题目链接:http://poj.org/problem?id=3624 Time Limit: 1000MS Memory Limit: 65536K Description Bessie has gone to the mall's jewe...
01背包
2019-01-26
0
744
POJ - Curling 2.0(DFS)
题目链接:http://poj.org/problem?id=3009 Time Limit: 1000MS Memory Limit: 65536K Description On Planet MM-21, after their Olymp...
2019-01-26
0
675
HDU - How far away ?(DFS+vector)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2586Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Problem Descripti...
vector
2019-01-23
0
525
HDU - Oil Deposits(DFS)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1241Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Problem Descripti...
2019-01-17
0
452
HDU - Tempter of the Bone(DFS+剪枝)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1010Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Problem Descripti...
2019-01-17
0
451
POJ - Knight Moves(BFS)
题目链接:http://poj.org/problem?id=2243 Time Limit: 1000MS Memory Limit: 65536K Description A friend of you is doing research ...
2019-01-16
0
666
五子棋(课程设计)
这个是本人的一个课程设计,五子棋小游戏。 代码: #include <stdio.h> #include <math.h> #include <conio.h> #include <ctype.h> #include <stdlib.h>...
2019-01-08
0
1136
首页
上一页
41
42
43
44
45
46
47
48
49
50
下一页
末页