+ 4
Need help with logic!!
Whats the logic of making a sudoku program in c?
5 Answers
+ 3
What kind of logic are you looking for?
There is math behind it(a lot).
This link might help:
http://www.math.cornell.edu/~mec/Summer2009/Mahmood/Intro.html
About the game logic:
http://newcoder.io/gui/part-2/
+ 2
Algorithm to follow @akibreza
+ 2
There is no easy way. Backtracking is the key. Hope this link satisfies :https://www.codeproject.com/Articles/23206/Sudoku-Algorithm-Generates-a-Valid-Sudoku-in
Google if you wanna learn more.
+ 1
Thanks @akib
+ 1
Happy to helpâș