Skip to content
Advertisement

Tag: sudoku

Sudoku backtracking solver bug

Ok, I’ve been scratching my head over this for a few hours now.. My goal was to code a sudoku solver that uses the backtracking method and to show the progress of the algorithm using pygame. For this I have to keep track of the events, I did it by appending them to a list named registre as is shown

Advertisement