Skip to content

Commit c3e607a

Browse files
committed
feat(leetcode): solve 200 - Number Of Islands
1 parent 881bb91 commit c3e607a

1 file changed

Lines changed: 13 additions & 16 deletions

File tree

README.md

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,38 +7,35 @@ Automatically synchronize accepted LeetCode submissions to GitHub.
77
## 📈 Progress
88

99
```text
10-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
10+
████████████░░░░░░░░░░░░░░░░░░
1111
12-
Solved: 0 / 300 Problems
12+
Solved: 121 / 300 Problems
1313
1414
📊 Statistics
1515
Difficulty Solved
16-
🟢 Easy 0
17-
🟡 Medium 0
18-
🔴 Hard 0
19-
Total 0
16+
🟢 Easy 63
17+
🟡 Medium 52
18+
🔴 Hard 6
19+
Total 121
2020
🔥 Latest Accepted Problem
2121
2222
2323
| Field | Value |
2424
|------|------|
25-
| Problem ID | 1 |
26-
| Title | Two Sum |
25+
| Problem ID | 200 |
26+
| Title | Number Of Islands |
2727
| Language | Python3 |
28-
| Runtime | 45 ms |
29-
| Memory | 17 MB |
28+
| Runtime | 252 ms |
29+
| Memory | 21.6 MB |
3030
3131
3232
💻 Languages Used
3333
34-
- **Python3** : 4
34+
- **Python3** : 1
3535
3636
## 📚 Recent Accepted Problems
3737
38-
- 1 Two Sum
39-
- 295 Find Median From Data Stream
40-
- 1 Two Sum
41-
- 295 Find Median From Data Stream
38+
- 200 Number Of Islands
4239
4340
4441
---
@@ -80,4 +77,4 @@ Git
8077
GitHub
8178
⏰ Last Sync
8279
83-
2026-07-02 12:18:27
80+
2026-07-02 15:35:50

0 commit comments

Comments
 (0)