+ 2
how would you create a sudoku solving program?
How would you create a program that could solve sudoku puzzles?š¤š¤
4 Answers
+ 8
@Daniel I would recommend trying an easier project š
+ 4
Challenge acceptedāļø(I havenāt even complete the course yetšš) thanks guys, Iāll try other small projects first then Iāll get to thisššāļø
+ 3
with trial and error, using if statement.
fill empty with number that not the same on its line and box.
i havent try but just my opinion.