Skip to content

Commit 3a8d7e5

Browse files
Update README with auto-solver information
Co-authored-by: jeremymanning <[email protected]>
1 parent 14d3221 commit 3a8d7e5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ Each day (ideally) we'll attempt the daily [leetcode](https://leetcode.com) prob
66

77
_**Note:** Our group is currently taking a break from grinding leetcode. The table below will continue to update automatically, but newer problems likey won't have their solutions provided. Pull requests will still be supported and reviewed if others would like to contribute solutions._
88

9+
## 🤖 Auto-Solver
10+
11+
We've added an automatic solver that uses OpenAI's GPT-5-mini to generate solutions for each day's problem! Every day at 00:01 UTC, the system automatically:
12+
- Fetches the daily LeetCode problem
13+
- Generates a thoughtful solution with explanations
14+
- Commits the solution as `gpt5-mini.md` in the problem's folder
15+
16+
This means you'll always find an AI-generated solution to compare with or learn from!
917

1018
# Problems we've attempted so far:
1119

0 commit comments

Comments
 (0)