码迷,mamicode.com
首页 >  
搜索关键字:knight moves    ( 435个结果
poj1523--C - SPF(连通分量,求割点)
C - SPF Time Limit:1000MS     Memory Limit:10000KB     64bit IO Format:%I64d & %I64u Submit Status   Description Consider the two networks shown below. Assuming that data moves arou...
分类:其他好文   时间:2014-08-26 11:37:35    阅读次数:213
UVA - 11489 Integer Game (博弈)
Two players, S and T, are playing a game where they makealternate moves. S plays first. In this game, they start with an integer N. In each move, a player removesone digit from the integer and pass...
分类:其他好文   时间:2014-08-20 10:28:46    阅读次数:239
UVA - 11859 Division Game
Division game is a 2-player game.In this game, there is a matrix of positive integers with N rows and M columns.Players make their moves in turns. In each step, the current player selects arow. If the...
分类:其他好文   时间:2014-08-17 15:40:52    阅读次数:191
Knight Moves(hdu1372 bfs模板题)
http://acm.hdu.edu.cn/showproblem.php?pid=1372Knight MovesTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others) Total Submis...
分类:其他好文   时间:2014-08-17 10:21:52    阅读次数:255
HDU 1372 (搜索方向稍有改变) Knight Moves
其实手写模拟一个队列也挺简单的,尤其是熟练以后。尼玛,这题欺负我不懂国际象棋,后来百度了下,国际象棋里骑士的走法就是中国象棋里面的马所以搜索就有八个方向对了注意初始化标记数组的时候,不要把起点标记为已走过。因为测试数据里面有一组f6 f6,此时样例输出的是0 1 //#define LOCAL 2 ...
分类:其他好文   时间:2014-08-16 17:00:20    阅读次数:244
poj 1915 Knight Moves (bfs搜索)
Knight Moves Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 21919   Accepted: 10223 Description Background  Mr Somurolov, fabulous chess-gamer indeed, asse...
分类:其他好文   时间:2014-08-14 14:08:59    阅读次数:229
poj 2488 A Knight's Journey(dfs)
DescriptionBackgroundOur knight lives on a chessboard that has a smaller area than a regular 8 * 8 board,but it is still rectangular.Can you help this...
分类:其他好文   时间:2014-08-14 03:46:57    阅读次数:305
C - 搜索
Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64uSubmit StatusDescriptionBackgroundThe knight is getting bored of seeing the same ....
分类:其他好文   时间:2014-08-14 01:07:57    阅读次数:327
POJ 2488 A Knight's Journey (DFS)
A Knight's JourneyTime Limit:1000MSMemory Limit:65536KTotal Submissions:30656Accepted:10498DescriptionBackgroundThe knight is getting bored of seeing ...
分类:其他好文   时间:2014-08-14 00:58:47    阅读次数:307
TYVJ 1074 武士风度的牛(BFS)
背景 Background农民John有很多牛,他想交易其中一头被Don称为TheKnight的牛。这头牛有一个独一无二的超能力,在农场里像Knight一样地跳(就是我们熟悉的象棋中马的走法)。虽然这头神奇的牛不能跳到树上和石头上,但是它可以在牧场上随意跳,我们把牧场用一个x,y的坐标图来表示。描述...
分类:其他好文   时间:2014-08-03 20:31:05    阅读次数:297
435条   上一页 1 ... 38 39 40 41 42 ... 44 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!