doku 1.0.1
This gem allows you to represent Sudoku-like puzzles (Sudoku, Hexadoku, and Hexamurai) as objects and find solutions for them. This gem contains a reusable, pure ruby implementation of the Dancing Links algorithm by Donald Knuth.
Gemfile:
=
インストール:
=
Runtime依存関係 (1):
backports
>= 0
Development依存関係 (10):
bundler
>= 0
jeweler
~> 1.6.2
linecache19
>= 0
rcov
>= 0
rspec
>= 0
ruby-debug19
>= 0
ruby-debug-base19
>= 0.11.26
ruby-prof
>= 0
watchr
>= 0
yard
>= 0