⚠ Data updates for this repo will temporarily be paused for about two weeks. VR 08/26/24 ⚠
I've always loved doing the sudoku. Doing it over and over and recording my time over the years has made me wonder how I can get faster at solving the puzzle. Enter analytics.
For this project, I created a browser extension that tracks how I fill out the NYT sudoku grid. Thie repo also contains a SQLite3 database tracking daily NYT sudoku grids and my sudoku performance from the extension.
This repo is divided into a few sections:
This repo contains all the files necessary for data collection. It includes the Flask server, browser extension, SQLite3 database, original CSV files (from when I first started this project in grad school) and more.
All the files in here are primarily to analyze my sudoku performance. Here you'll find Jupyter notebooks and each Python function's JavaScript counterpart.