Skip to content
/ sudoku Public

A constraint-propagation-based sudoku solver using on ideas from Section 3.3.5 of SICP.

Notifications You must be signed in to change notification settings

nhan/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

A constraint-propagation-based sudoku solver using on ideas from Section 3.3.5 of SICP. Written using CoffeeScript and Ember.js.

Build

coffee -c js/sudoku.coffee

Run

open index.html

About

A constraint-propagation-based sudoku solver using on ideas from Section 3.3.5 of SICP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published