You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,14 @@ Each day (ideally) we'll attempt the daily [leetcode](https://leetcode.com) prob
6
6
7
7
_**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._
8
8
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!
0 commit comments