Skip to content

Solving soduku puzzles using backtracking Algorithms

Notifications You must be signed in to change notification settings

K-wachira/Soduku_Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Soduku_Solver

Solving soduku puzzles using backtracking Algorithms

Helper functions Used


1. Printer function to partition the board gridwise

image.png


2. Function to search for an empty cell

image.png


3. Function to check if a number is valid to fit in the empty cell provided by the fucntion above

image.png

About

Solving soduku puzzles using backtracking Algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published