The Rotation Game

Posted Ldler

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了The Rotation Game相关的知识,希望对你有一定的参考价值。

题目链接

题意:有八种操作棋盘进行移动,使得中间8个数字一样,问·最短移动步数及如何移动。

思路:dfs,因为当中间八个数字中有m个数字不同时,至少需要m次操作,将这个m作为估值。

以上是关于The Rotation Game的主要内容,如果未能解决你的问题,请参考以下文章

POJ2286 The Rotation Game

POJ2286 The Rotation Game

[Mathematics][Linear Algebra] The Rotation of the Base Vector in 3 dimensions

POJ 2286 The Rotation Game(IDA*)

HDOJ1667 The Rotation Game

(IDA*)POJ 2286 The Rotation Game