Skip to content

daveftech/SudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SudokuSolver

An application for solving sudoku puzzles

Input: 9 x 9 matrix Solution: 9 x 9 matrix

Algorithm: Initialize solution to all zeros Populate solution with values from Input For each non-zero cell, determine possible values

  • Is there only one possible value for the current cell?
    • Yes: Set this in the solution
  • Is the puzzle is solved?
    • Yes: print result
    • No: move on to the next cell

About

An application for solving sudoku puzzles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages