| |

JSudoku

Yet another Sudoku program Down to the basics, here’s what I did: Generate the whole board with backtracking, randomizing the number I chose at each step and remember the choice, this assures that the board is random, while still keep…