anmolrishi / ProgrammingHub

For the benefit of programmers.
MIT License
10 stars 113 forks source link

Sudoku using backtracking algorithm #14

Open anmolrishi opened 5 years ago

anmolrishi commented 5 years ago

Optimized algorithms to solve a given 9x9 sudoku board are also welcome. Consider input in the form of a 9x9 2d array.

gaurav3210 commented 5 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

gaurav3210 commented 5 years ago

can anyone tell how to to do pr for sudoku solver. ?

gaurav3210 commented 5 years ago

assigned this to me

gaurav3210 commented 5 years ago

/request

namanvats commented 4 years ago

I am on it.