Skip to content

Sudoku solver using backtracking algorithm to solve the puzzle and the chromedriver to load and fill in the solution.

Notifications You must be signed in to change notification settings

RoKaruto/Sudoku-Web-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku-Web-Solver

First repository different from hello world and TicTacToe also serving as training (for me) to create repositories. This is a little project I did after reading, that a Sudoku solver is a good example for a back tracking algorithm. When the algorithm was ready, I found it a bit tedious to look up and enter new puzzles manually all the time, so I searched for a free sudoku puzzle website and used selenium to read in the puzzle, using my code to solve the puzzle and then selenium again to put in the solution. At the time of posting I wasn't sure, whether I was allowed to show the link to a website, which I have no affiliation to, so it is not shown in the code.

Sudoku Solver Sudoku Solver

About

Sudoku solver using backtracking algorithm to solve the puzzle and the chromedriver to load and fill in the solution.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages