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
大道无形,生育天地;大道无情,运行日月;大道无名,长养万物.
全部文章
(共15篇)
牛客网 - 牛客假日团队赛13
Problem A 虫食算 题目链接:https://ac.nowcoder.com/acm/contest/1082/A 题意: 给你一个N进制加法,加法里的三个数字都有N位,用大写字母前N个字母来映射0~N-1,允许有前导零,N个字母均出现,求每个字母代表的数字思路: 依次枚举每个字母代表哪个数...
字符串
贪心
水题
搜索
动态规划
BFS
KMP
DFS
差分
最短路
背包
剪枝
01背包
Spfa
2019-08-31
0
990
牛客网 - TRDD got lost again(BFS)
题目链接:https://ac.nowcoder.com/acm/contest/322/B 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 131072K,其他语言262144K 64bit IO Format: %lld 题目描述 X城市是一个交通十分不便利的城市,城市可以...
BFS
2018-12-31
0
512
牛客网 - Company(BFS)
题目链接:https://ac.nowcoder.com/acm/contest/322/C 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 131072K,其他语言262144K 64bit IO Format: %lld 题目描述 在一个偏僻的大山里, 一共有n个村庄, 编...
BFS
剪枝
邻接表
2018-12-31
0
572
HDU - A strange lift(BFS)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1548Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Problem Descripti...
BFS
2019-02-11
0
642
UVA - Fire!(BFS)
题目链接:https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2671Time limit: 1.000 seconds Descriptio...
BFS
广搜
STL
2019-07-23
0
542
ZOJ - Dungeon Master(BFS)
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=1940 Time Limit: 2 Seconds Memory Limit: 65536 KB Description You are trapped in a...
BFS
广搜
2019-07-23
0
572
POJ - Find The Multiple(BFS)
题目链接:http://poj.org/problem?id=1426Time Limit: 1000MS Memory Limit: 10000K Description Given a positive integer n, write a program to find out a non...
队列
BFS
2019-07-23
0
547
POJ - Prime Path(BFS)
题目链接:http://poj.org/problem?id=3126Time Limit: 1000MS Memory Limit: 65536K Description The ministers of the cabinet were quite upset by the message ...
STL
BFS
广搜
2019-07-23
0
479
OpenJudge - Saving Tang Monk(BFS+状态压缩+优先队列)
题目链接:http://bailian.openjudge.cn/practice/4130?lang=en_US 总时间限制: 1000ms 内存限制: 65536kB 描述 《Journey to the West》(also 《Monkey》) is one of the Four Gre...
BFS
STL
搜索
状态压缩
优先队列
2019-07-23
0
870
POJ - Pots(BFS+打印路径)
题目链接:http://poj.org/problem?id=3414Time Limit: 1000MS Memory Limit: 65536K Description You are given two pots, having the volume of A and B liters r...
BFS
搜索
STL
2019-07-25
0
548
首页
上一页
1
2
下一页
末页