|  | 
|  | 
| back to board | What is the BruteForce AlgorithmRe: What is the BruteForce Algorithm Posted by melkiy  28 Oct 2009 16:45 
 Edited by author 28.10.2009 16:46
Re: What is the BruteForce Algorithm For every point on the board, we change it into 24 different points in our graph. Every point means a state where the cube move onto it, eg (a,b) means "a" at bottom and "b" at front. Weights are the numbers on the bottom. Use dijkstra at last.Re: What is the BruteForce Algorithm Posted by KALO  6 Jul 2010 03:57Start dfs from starting node and when you crossed through some node more than 2 then return. | 
 | 
|