- A backtracking algorithm for solving sudoku puzzles. There cannot be equal numbers in the same row, in the same column or in the same grid (table 3 by 3).
- Always consider the sudoku version with 9 by 9 frames, and can be filled with numbers from 1 to 9.