Skip to content

seyio91/sudoku_Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

SUDOKU ALGORITHM

  1. Find Empty Space on Board
  2. Test Range(1,9) on Position to see if it is valid a - Check Horizontal field except empty Position that each number in Range does not Exist b - Check Vertical field except empty Position that each number in Range does not Exist c - Check Smaller 3 by 3 Grid to see if Number does not exist. If any of the condition is met, The Number is not a valid Number

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages