Skip to content

Commit f9cdc60

Browse files
committed
feat(leetcode): solve 207 - Course Schedule
1 parent 6b3e20d commit f9cdc60

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,24 @@ Total 125
2222
2323
| Field | Value |
2424
|------|------|
25-
| Problem ID | 104 |
26-
| Title | Maximum Depth Of Binary Tree |
25+
| Problem ID | 207 |
26+
| Title | Course Schedule |
2727
| Language | Python3 |
28-
| Runtime | 0 ms |
29-
| Memory | 20.3 MB |
28+
| Runtime | 7 ms |
29+
| Memory | 21.7 MB |
3030
3131
3232
💻 Languages Used
3333
34-
- **Python3** : 40
34+
- **Python3** : 41
3535
3636
## 📚 Recent Accepted Problems
3737
38+
- 207 Course Schedule
3839
- 104 Maximum Depth Of Binary Tree
3940
- 235 Lowest Common Ancestor Of A Binary Search Tree
4041
- 124 Binary Tree Maximum Path Sum
4142
- 789 Kth Largest Element In A Stream
42-
- 1127 Last Stone Weight
4343
4444
4545
---
@@ -81,4 +81,4 @@ Git
8181
GitHub
8282
⏰ Last Sync
8383
84-
2026-07-07 03:20:43
84+
2026-07-07 09:40:16

storage/stats.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@
44
"medium": 56,
55
"hard": 6,
66
"languages": {
7-
"Python3": 40
7+
"Python3": 41
88
},
99
"recent_problems": [
10+
{
11+
"id": "207",
12+
"title": "Course Schedule"
13+
},
1014
{
1115
"id": "104",
1216
"title": "Maximum Depth Of Binary Tree"
@@ -22,18 +26,14 @@
2226
{
2327
"id": "789",
2428
"title": "Kth Largest Element In A Stream"
25-
},
26-
{
27-
"id": "1127",
28-
"title": "Last Stone Weight"
2929
}
3030
],
3131
"last_problem": {
32-
"id": "104",
33-
"title": "Maximum Depth Of Binary Tree",
32+
"id": "207",
33+
"title": "Course Schedule",
3434
"language": "Python3",
35-
"runtime": "0 ms",
36-
"memory": "20.3 MB"
35+
"runtime": "7 ms",
36+
"memory": "21.7 MB"
3737
},
38-
"last_sync": "2026-07-07 03:20:43"
38+
"last_sync": "2026-07-07 09:40:16"
3939
}

0 commit comments

Comments
 (0)