Skip to content

A Python sudoku solver using the backtracking algorithm

Notifications You must be signed in to change notification settings

kaylie-choi/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

sudoku solver with python

A Python sudoku solver using backtracking algorithm. Takes in a 9x9 sudoku puzzle, prints it in a readable format, and solves the empty squares. Outputs in text format.

sudoku-solver

About

A Python sudoku solver using the backtracking algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages