Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.36 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.36 KB

Sudoku-Solver

Random Sudoku Initial State and Solved

Alt Text Alt Text

GUI Interface with a random Sudoku being generated and with two buttons: one for solving it, and one for restarting the Sudoku and generate a new one.

About

As I found the Eel Repository here on Github, I had the idea to create a Sudoku Solver to learn more about algorithms using my main programming language (Python) and learn more about JavaScript, HTML and CSS

Algorithm

Using the Backtracking Algorithm (also known as Brute Force), I could find solutions for all sudokus in a reasonable amount of time.

Built With

  • Python - Programming Language used (I also used JavaScript, HTML and CSS).
  • Eel - Main library used on this project
  • Sudoku Database
  • Algorithm - Where I found Algorithms to solve my sudoku

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Thanks

Alt Text

Thanks for visiting my GitHub! <3