1
2
3
4
5
6
7
8
9
A
B
C
D
E
F
G
H
I
Re-implementation using Recoil.js here: sudoku-recoil.jman.me. It only has a the `naked single` rule implemented, which means that it will only solve extremely basic puzzles. The implementation in Recoil.js is much less performant than the implementation in MobX (this version).
History: