Skip to content

andsiu/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Sudoku Solver

A brief introduction

This project is a simple sudoku solver. It takes values from the user GUI created by using Java Swing and runs a backtracking algorithm on the values, solves it in an double array and spits it back out onto the display.

Credits:

  • The backtracking algorithm was learned via various youtube/internet tutorials. Of which include:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages