Skip to content

Commit 124fc82

Browse files
committed
feat(leetcode): solve 695 - Max Area Of Island
1 parent 0582fdb commit 124fc82

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 125
2222
2323
| Field | Value |
2424
|------|------|
25-
| Problem ID | 417 |
26-
| Title | Pacific Atlantic Water Flow |
25+
| Problem ID | 695 |
26+
| Title | Max Area Of Island |
2727
| Language | Python3 |
28-
| Runtime | 28 ms |
29-
| Memory | 22.4 MB |
28+
| Runtime | 22 ms |
29+
| Memory | 20.7 MB |
3030
3131
3232
💻 Languages Used
3333
34-
- **Python3** : 42
34+
- **Python3** : 43
3535
3636
## 📚 Recent Accepted Problems
3737
38+
- 695 Max Area Of Island
3839
- 417 Pacific Atlantic Water Flow
3940
- 207 Course Schedule
4041
- 104 Maximum Depth Of Binary Tree
4142
- 235 Lowest Common Ancestor Of A Binary Search Tree
42-
- 124 Binary Tree Maximum Path Sum
4343
4444
4545
---
@@ -81,4 +81,4 @@ Git
8181
GitHub
8282
⏰ Last Sync
8383
84-
2026-07-07 09:40:17
84+
2026-07-07 09:40:18

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": "2058279399"
2+
"last_submission_id": "2058275025"
33
}

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": 42
7+
"Python3": 43
88
},
99
"recent_problems": [
10+
{
11+
"id": "695",
12+
"title": "Max Area Of Island"
13+
},
1014
{
1115
"id": "417",
1216
"title": "Pacific Atlantic Water Flow"
@@ -22,18 +26,14 @@
2226
{
2327
"id": "235",
2428
"title": "Lowest Common Ancestor Of A Binary Search Tree"
25-
},
26-
{
27-
"id": "124",
28-
"title": "Binary Tree Maximum Path Sum"
2929
}
3030
],
3131
"last_problem": {
32-
"id": "417",
33-
"title": "Pacific Atlantic Water Flow",
32+
"id": "695",
33+
"title": "Max Area Of Island",
3434
"language": "Python3",
35-
"runtime": "28 ms",
36-
"memory": "22.4 MB"
35+
"runtime": "22 ms",
36+
"memory": "20.7 MB"
3737
},
38-
"last_sync": "2026-07-07 09:40:17"
38+
"last_sync": "2026-07-07 09:40:18"
3939
}

0 commit comments

Comments
 (0)