AMC #5 Template: Create an algorithm to solve any Sudoku puzzle https://scratch.mit.edu/discuss/topic/230030 Click the run tests button to test the algorithm against various examples of different Sudoku grids (including 1 empty Sudoku grid)
this is like the third time i've had to make a sudoku solver on scratch. though it took me far less time than the previous two projects, it was no walk in the park as far as logic goes. i one-upped my old method with new checks that reduce margin of error and time wasted by guessing. edit: arghhhh it borks sometimes and i don't know why thanks choopy