Arie Beresteanu @Pitt

Solving a Sudoku Puzzle Using Simulated Annealing

Instructions:

  1. Enter the known digits in the right boxes
  2. leave the blank boxes in your puzzle as zeros
  3. Make sure there are no mistakes or contradictions - the applet currently does't check for them

You can also try these two examples:



Results: .


More resources

This page includes my implementation of the simmulated annealing algorithm to solve a Suduko puzzle. The implimentation was written in Javascript and was inspired by a similar page written in Julia.