ofhope / sudoku-solver-nim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build

nimble build2

Test

nimble test

Performance

To get a good base time, solving a collection of 35,000 puzzles.

nimble build2 time ./solve.sh >> solutions.txt

Currect backtracing time (it'll be interesting to compare this to DLX)

real 2m59.235s user 1m3.633s sys 1m16.090s

About


Languages

Language:Nim 98.6%Language:Shell 1.4%