+ 2
how would you create a sudoku solving program?
How would you create a program that could solve sudoku puzzles?🤔🤔
4 Respostas
+ 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.