Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 277 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 277 Bytes

Sudoku-Solver

  • 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.