Algorithm for a dice problem
- by vivekeviv
I was thinking what should be the best algorithm for finding all the solutions of this puzzle.
http://1cup1coffee.com/puzzle/endice/
Could backtracking be the an approach for solving this or can you suggest any other approach?
Thanks