Algorithm for a dice problem

Posted by vivekeviv on Stack Overflow See other posts from Stack Overflow or by vivekeviv
Published on 2010-05-06T08:54:21Z Indexed on 2010/05/06 8:58 UTC
Read the original article Hit count: 353

Filed under:

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

© Stack Overflow or respective owner

Related posts about algorithm