Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 217 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 217 Bytes

sudokuSolver

This is a small program which basic function is to solve a sudoku. The core function utilises a backtracking algorithm.

This project was developed by me in less than an hour as part of a challenge.