Open anmolrishi opened 6 years ago
https://github.com/LOC1207/getstartedwithpygame/blob/master/sudoku1.cpp
Sudoku solver for 9*9 grid. instructions for sudoku game https://github.com/LOC1207/getstartedwithpygame/blob/master/sudokusolverreadme.md
can anyone tell how to to do pr for sudoku solver. ?
assigned this to me
/request
I am on it.
Optimized algorithms to solve a given 9x9 sudoku board are also welcome. Consider input in the form of a 9x9 2d array.