A simple sudoku solver library plus testing code. This repository is the result of me attempting (successfully) to use the backtracking algorithm to solve a square Sudoku puzzle of unknown size. I ...