Skip to content

Commit ae60535

Browse files
committed
feat(leetcode): solve 1036 - Rotting Oranges
1 parent a5f3288 commit ae60535

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 126
2222
2323
| Field | Value |
2424
|------|------|
25-
| Problem ID | 695 |
26-
| Title | Max Area Of Island |
25+
| Problem ID | 1036 |
26+
| Title | Rotting Oranges |
2727
| Language | Python3 |
28-
| Runtime | 22 ms |
29-
| Memory | 20.7 MB |
28+
| Runtime | 4 ms |
29+
| Memory | 19.5 MB |
3030
3131
3232
💻 Languages Used
3333
34-
- **Python3** : 78
34+
- **Python3** : 79
3535
3636
## 📚 Recent Accepted Problems
3737
38+
- 1036 Rotting Oranges
3839
- 695 Max Area Of Island
3940
- 417 Pacific Atlantic Water Flow
4041
- 207 Course Schedule
4142
- 1036 Rotting Oranges
42-
- 200 Number Of Islands
4343
4444
4545
---
@@ -81,4 +81,4 @@ Git
8181
GitHub
8282
⏰ Last Sync
8383
84-
2026-07-08 08:27:26
84+
2026-07-08 14:04:56

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": 78
7+
"Python3": 79
88
},
99
"recent_problems": [
10+
{
11+
"id": "1036",
12+
"title": "Rotting Oranges"
13+
},
1014
{
1115
"id": "695",
1216
"title": "Max Area Of Island"
@@ -22,18 +26,14 @@
2226
{
2327
"id": "1036",
2428
"title": "Rotting Oranges"
25-
},
26-
{
27-
"id": "200",
28-
"title": "Number Of Islands"
2929
}
3030
],
3131
"last_problem": {
32-
"id": "695",
33-
"title": "Max Area Of Island",
32+
"id": "1036",
33+
"title": "Rotting Oranges",
3434
"language": "Python3",
35-
"runtime": "22 ms",
36-
"memory": "20.7 MB"
35+
"runtime": "4 ms",
36+
"memory": "19.5 MB"
3737
},
38-
"last_sync": "2026-07-08 08:27:26"
38+
"last_sync": "2026-07-08 14:04:56"
3939
}

0 commit comments

Comments
 (0)