Skip to content

micrusa/SudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SudokuSolver

This is a java program that solves sudokus by checking all possibilities for each number until it finds a solution

How to use

To use this program you have to put your own board in src/xyz/micrusa/sudoku/Solver.class and run Main class, it will solve it and tell how much milliseconds it took to solve it

Example

Board:

Ouput:

About

Sudoku solver brute force algorithm made with Java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages