maddy0218 / SudokuCheater

Solve any sudoku puzzle in miliseconds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SudokuCheater

Solve any sudoku puzzle in miliseconds

Uses a recursive backtracking algorithm to efficently look for valid solutions to a sudoku puzzle.

Comes with a custom designed logo.

SC

Simply type in your sudoku puzzle, and if a solution exists, it will appear.

sudokudaymode sudokudaysolved

Switch between day and night mode, so you can solve sudokus 24/7

sudokunightmode sodokunightsolved

I wrote the bulk of this code for my COMP250 final project in Spring 2021, but in this version it simply read puzzles from a text file. I changed it a bit so it could work with a GUI.

About

Solve any sudoku puzzle in miliseconds


Languages

Language:Java 100.0%