Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Sudoku

image

Uses recursion and backtracking to solve the sudoku. Use the string grid in each script to input your sudoku.

Note:

  • Sudoku: This script runs an animated sudoku. This is much slower than Sudoku2 script.
  • Sudoku2: This script runs a non animated sudoku. This is much faster than the Sudoku script.

Note solutions can take a few seconds to solve

Copyright (c) 2024 Sam

Licensed under the MIT License. See LICENSE file in the project root for full license information.

About

Sudoku Solver. This uses recursion and backtracking to solve the problem along with other modules like customtkinter (canvas)

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages