Sudoku
Project Period:
2014

I wrote this sudoku game for a programming interview. I implemented a client-side solver with JavaScript using Knuth's Dancing Links/Algorithm X. No JavaScript libraries are used, and the interface is implemented in HTML and CSS.

Source code is available at: https://github.com/lubert/sudokujs