class TreeSearching : Algo
Algorithm adapted from Peter Norvig http://norvig.com/sudoku.html
TreeSearching()
fun solve(input: Sudoco): Sudoco