Skip to content

Commit aec6275

Browse files
committed
feat(leetcode): solve 207 - Course Schedule
1 parent ae60535 commit aec6275

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,24 @@ Total 126
2222
2323
| Field | Value |
2424
|------|------|
25-
| Problem ID | 1036 |
26-
| Title | Rotting Oranges |
25+
| Problem ID | 207 |
26+
| Title | Course Schedule |
2727
| Language | Python3 |
28-
| Runtime | 4 ms |
29-
| Memory | 19.5 MB |
28+
| Runtime | 7 ms |
29+
| Memory | 21.7 MB |
3030
3131
3232
💻 Languages Used
3333
34-
- **Python3** : 79
34+
- **Python3** : 80
3535
3636
## 📚 Recent Accepted Problems
3737
38+
- 207 Course Schedule
3839
- 1036 Rotting Oranges
3940
- 695 Max Area Of Island
4041
- 417 Pacific Atlantic Water Flow
4142
- 207 Course Schedule
42-
- 1036 Rotting Oranges
4343
4444
4545
---
@@ -81,4 +81,4 @@ Git
8181
GitHub
8282
⏰ Last Sync
8383
84-
2026-07-08 14:04:56
84+
2026-07-08 14:04:58

storage/state.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"last_submission_id": "2058275025"
2+
"last_submission_id": "2059487580"
33
}

storage/stats.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@
44
"medium": 57,
55
"hard": 6,
66
"languages": {
7-
"Python3": 79
7+
"Python3": 80
88
},
99
"recent_problems": [
10+
{
11+
"id": "207",
12+
"title": "Course Schedule"
13+
},
1014
{
1115
"id": "1036",
1216
"title": "Rotting Oranges"
@@ -22,18 +26,14 @@
2226
{
2327
"id": "207",
2428
"title": "Course Schedule"
25-
},
26-
{
27-
"id": "1036",
28-
"title": "Rotting Oranges"
2929
}
3030
],
3131
"last_problem": {
32-
"id": "1036",
33-
"title": "Rotting Oranges",
32+
"id": "207",
33+
"title": "Course Schedule",
3434
"language": "Python3",
35-
"runtime": "4 ms",
36-
"memory": "19.5 MB"
35+
"runtime": "7 ms",
36+
"memory": "21.7 MB"
3737
},
38-
"last_sync": "2026-07-08 14:04:56"
38+
"last_sync": "2026-07-08 14:04:58"
3939
}

0 commit comments

Comments
 (0)