Skip to content

A program capable of solving Sudoku puzzles of varying sizes and levels of difficulty using a recursive backtracking algorithm.

Notifications You must be signed in to change notification settings

illayyy/sudoku_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Sudoku Solver

A program capable of solving Sudoku puzzles of varying sizes and levels of difficulty using a recursive backtracking algorithm.

Note: Currently Sudoku boards of sizes 5< take an unreasonable amount of time to complete. Looking into a fix.

About

A program capable of solving Sudoku puzzles of varying sizes and levels of difficulty using a recursive backtracking algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages