>>11473694I made a soduku algorithm a while ago. It works like normal sudoku solving technique. It starts by finding matches for the first known element in a table of all possible solutions, then from among those it finds ones that match with the second element, and so on until there's only one match left which is the solution.