Skip to content

kartikpunjabi111/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

Python implementation of a sudoku solver with in-depth explanation about solution generation and DSA part

Using offline application

Install the application directly from Here

  1. Step-1
    title
  2. Step-2
    title
  3. Step-3
    title

Algorithm

Algorithm Category - Backtracking it used a recursion to fill all the valid values one by one in each block until the sudoku is solved completely.Time Complexity of the solution is O(N* N) where N is the size of sudoku

Visualizer-pipeline (PyQT)

About

Python implementation of a sudoku solver with an in-depth explanation about solution generation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages