Backtracking/sudoku_solver library

Functions

solveSudoku(List<List<String>> board) bool
Solves a 9x9 Sudoku puzzle in-place using backtracking.