Sudoku solver and generator.
The goal of this project was to make a sudoku solver, mainly focused on the algorithm. Algorithm used was an adaptation of A study of Sudoku Solving Algorithms by PATRIK BERGGREN and DAVID NILSSOM, page 5 provided in pseudo-code.