My daily leetcode problem submissions
Calls the 'undocumented' leetcode graphQL API to query for activeDailyChallengeQuestion.
It includes everything we want to generate our answer boilerplate.
python -m generate_active_daily
This is an abnormal operation, it could be run during the daily upkeep, but all new boilerplate solutions include it already1.
python -m generate_active_daily.backfill_solution_links --no-debug --overwrite
Each solution dir has a README.md with a table of contents that is a calendar with the days completed, hyperlinked to that solution file.
python -m generate_calendar_toc