Skip to content

FurlanV/Sudoku-Backtracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Sudoku solver implemented in C using Backtracking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages