码迷,mamicode.com
首页 >  
搜索关键字:hdu1242    ( 13个结果
HDU1242 (BFS搜索中使用优先队列)
一道用到优先队列的BFS题目 #include #include #include #include #include #define N 201 using namespace std; char maze[N][N]; int a,b,anw; bool visit[N][N]; int dir[4][2]={{0,1},{1,0},{-1,0},{0,-1}}; int sx,s...
分类:其他好文   时间:2014-08-13 18:57:47    阅读次数:201
HDU1242 Rescue 【BFS】
Rescue Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 16314    Accepted Submission(s): 5926 Problem Description Angel was caught b...
分类:其他好文   时间:2014-08-12 22:07:24    阅读次数:317
hdu1242
题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=1242 题目: Rescue Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 14614    Accepted Subm...
分类:其他好文   时间:2014-06-05 11:57:25    阅读次数:288
13条   上一页 1 2
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!