Snippets created by dave jones

  • one to nine puzzle

    Solve the one to nine puzzle with a utility function that handles the depth first search. First saw the puzzle here: http://msdn.microsoft.com/en-us/vcsharp/ee957404

    0 people like this

    Posted: 12 years ago by dave jones

  • Sudoku with general solve function

    Using the general solve function to solve Sudoku. The puzzle specific code was translated from Norvig's Sudoku code, but any errors are mine. Reuses code from fssnip.net/6m and fssnip.net/6n

    0 people like this

    Posted: 12 years ago by dave jones