Skip to content

Sudoku Solver for Advanced Analysis of Algorithms. Which aims to solve a Sudoku puzzle using recursion and the stack.

Notifications You must be signed in to change notification settings

Matkicail/SudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SudokuSolver

Sudoku Solver for AAA A Soduko Solver that is written in Java. This specific method makes use of the stack and recursion to solve the problem. The prime aim of the project is to showcase the complexity of the problem whilst still tryingto minimise the overall computational complexity(in terms of time) where necessary.

About

Sudoku Solver for Advanced Analysis of Algorithms. Which aims to solve a Sudoku puzzle using recursion and the stack.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages