Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 335 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 335 Bytes

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.