I want to solve a sudoku with processing. I created a grid and put in the values.
if there isnt a number for this box I just put in a zero.
Now I read several times that you have to make a recursive backtracking algorithm. I tried it but it just wont solve anything, not even the first line.
Did anyone create something like this before or can help me in any way?