gaubian / SudokuSolver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sudoku solvers

Two sudoku solvers, in OCaml and C++ to compare performances.

Inputs are given in the following form:

000260701 680070090 190004500 820100040 004602900 050003028 009300074 040050036 703018000

'0's correspond to initially empty cells.

About


Languages

Language:C++ 51.5%Language:OCaml 48.5%