sudoco / nl.entreco.sudoco.shared / Algo

Algo

interface Algo

Functions

solve

abstract fun solve(input: Sudoco): Sudoco

Inheritors

SimpleAlgo

class SimpleAlgo : Algo

TreeSearching

Algorithm adapted from Peter Norvig http://norvig.com/sudoku.html

class TreeSearching : Algo