/websudoku

Next-Gen Procrastination

Primary LanguagePython

This solves www.websudoku.com (on Linux).

The algorithm is recursive (for no particular reason other than feeling like writing one). Stack size on the latter difficulties may increase up to roughly 200MB, increase maximum allowed size accordingly (ulimit -s).

Run and minimize main.py in a shell that's located in the same window as your browser.