class Solver
Solves a sudoku step-by-step
sudoco -
sudoco
algorithm -
algorithm
printer -
printer
sealed class Status
Solver(sudoco: Sudoco, algorithm: Algo = TreeSearching(), printer: Printer = NoOpsPrinter())
fun solve(): Unit