Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 349 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 349 Bytes

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.