E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
nyoj284
nyoj284
坦克大战(dijkstra(bfs+优先队列))
题目284题目信息运行结果本题排行讨论区坦克大战时间限制:1000ms|内存限制:65535KB难度:3描述Manyofushadplayedthegame"Battlecity"inourchildhood,andsomepeople(likeme)evenoftenplayitoncomputernow.Whatwearediscussingisasimpleeditionofthisgame
甄情
·
2020-06-26 15:15
【Dijkstra】
NYOJ284
坦克大战
题目链接:http://acm.nyist.net/JudgeOnline/problem.php?pid=284BFS求最短路,这个题走到‘B’点是要花费2个时间,'E‘是1个时间,所以要用一个优先队列,优先级就是花费小的先出队,其余的就是模板了。代码:#include #include #include usingnamespacestd; #defineinf0x3f3f3f3f int
wsn564533648
·
2016-04-10 21:00
ACM
优先队列
bfs
nyoj284
坦克大战(dijkstra(bfs+优先队列))
题目284题目信息运行结果本题排行讨论区坦克大战时间限制:1000 ms | 内存限制:65535 KB难度:3描述Manyofushadplayedthegame"Battlecity"inourchildhood,andsomepeople(likeme)evenoftenplayitoncomputernow. Whatwearediscussingisasimpleeditionofthi
su20145104009
·
2015-07-11 19:00
dijkstra算法
nyoj
nyoj284
284坦克大战
POJ 2312
NYOJ284
【坦克大战】优先队列BFS
DescriptionManyofushadplayedthegame"Battlecity"inourchildhood,andsomepeople(likeme)evenoftenplayitoncomputernow. Whatwearediscussingisasimpleeditionofthisgame.Givenamapthatconsistsofemptyspaces,rivers
u012970471
·
2015-04-22 09:00
上一页
1
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他