Skip to content

Initial Releasee

Latest

Choose a tag to compare

@jeremymanning jeremymanning released this 06 Nov 13:31
· 6 commits to main since this release
583f1b7

This marks our first official release! We now have a fully implemented pipeline:

  • Download each days' leetcode problem and store it in a table
  • Maintain a scalable table format using collapsable sections (organized by month)
  • Use gpt-5-mini to generate a solution automatically (this guarantees that every new problem will now have at least one solution provided in the repository)

The auto_solver and workflows might also be useful for others.