Midnightkwai
Midnightkwai
全部文章
数据结构
ACM之路(320)
KMP(11)
二分(2)
二叉树(1)
动态规划(19)
博弈(2)
大数(4)
差分(1)
并查集(3)
搜索(23)
数学几何(25)
最大匹配(3)
最小生成树(7)
最短路(9)
未归档(100)
枚举(14)
模拟(8)
水题(23)
清欢渡总结(5)
线段树(2)
规律(6)
贪心(9)
递推(5)
题解(1)
归档
标签
去牛客网
登录
/
注册
Midnight kwai
大道无形,生育天地;大道无情,运行日月;大道无名,长养万物.
全部文章
/ 数据结构
(共5篇)
POJ - Fliptile(状态压缩+DFS)
题目链接:http://poj.org/problem?id=3279Time Limit: 2000MS Memory Limit: 65536K Description Farmer John knows that an intellectually satisfied cow is a h...
状态压缩
DFS
2019-07-23
0
429
POJ - Shuffle'm Up(DFS+模拟)
题目链接:http://poj.org/problem?id=3087Time Limit: 1000MS Memory Limit: 65536K Description A common pastime for poker players at a poker table is to shu...
DFS
搜索
2019-07-23
0
588
POJ - Hopscotch(DFS)
题目链接:http://poj.org/problem?id=3050Time Limit: 1000MS Memory Limit: 65536K Description The cows play the child's game of hopscotch in a non-traditio...
DFS
STL
set
搜索
2019-07-24
0
769
POJ - ROADS(搜索)
题目链接:http://poj.org/problem?id=1724Time Limit: 1000MS Memory Limit: 65536K Description N cities named with numbers 1 ... N are connected with one-wa...
DFS
BFS
深搜
广搜
STL
2019-07-29
0
539
HDU - A计划(DFS)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2102Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Problem Descripti...
DFS
搜索
2019-08-04
0
592