Skip to content

Sudoku solver that uses algorithms to figure out number consecutively rather than a backtracing approach written in java.

Notifications You must be signed in to change notification settings

LeoUschi232/SudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

SudokuSolver

Sudoku solver that uses algorithms to figure out number consecutively rather than a backtracking approach written in java. The backtracking approach would be simpler to write and is the most standard approach to solve this problem, but the challenge here is to solve this without backtracking. The project does indeed include a sudoku solver which uses backtracking but that solver is to be used purely for testing purposes. It enables checking if the more complex algorithmic solver solves the sudoku correctly. The backtracking solver is written by ChatGPT-4 Data Analysis. Yes, I have a ChatGPT+ subscription, It's extremely useful.

About

Sudoku solver that uses algorithms to figure out number consecutively rather than a backtracing approach written in java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages