An open API service indexing awesome lists of open source software.

https://github.com/programmerdan/sudoku

A couple of sudoku projects all bundled together. One is for a code-golf solution, and the other is for a euler project problem.
https://github.com/programmerdan/sudoku

Last synced: about 1 year ago
JSON representation

A couple of sudoku projects all bundled together. One is for a code-golf solution, and the other is for a euler project problem.

Awesome Lists containing this project

README

          

sudoku
======

A couple of sudoku projects all bundled together. One is for a code-golf solution, and the other is for a euler project problem.

simple-solver is for [create-a-sudoku-solver](http://codegolf.stackexchange.com/questions/22443/create-a-sudoku-solution-checker).

sudoku-solver is for a euler-project.