Skip to content

Commit 07cd766

Browse files
committed
feat(leetcode): solve 789 - Kth Largest Element In A Stream
1 parent 0186dd4 commit 07cd766

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 | 1127 |
26-
| Title | Last Stone Weight |
25+
| Problem ID | 789 |
26+
| Title | Kth Largest Element In A Stream |
2727
| Language | Python3 |
28-
| Runtime | 3 ms |
29-
| Memory | 19.4 MB |
28+
| Runtime | 16 ms |
29+
| Memory | 25.5 MB |
3030
3131
3232
💻 Languages Used
3333
34-
- **Python3** : 49
34+
- **Python3** : 50
3535
3636
## 📚 Recent Accepted Problems
3737
38+
- 789 Kth Largest Element In A Stream
3839
- 1127 Last Stone Weight
3940
- 1014 K Closest Points To Origin
4041
- 295 Find Median From Data Stream
4142
- 11 Container With Most Water
42-
- 200 Number Of Islands
4343
4444
4545
---
@@ -81,4 +81,4 @@ Git
8181
GitHub
8282
⏰ Last Sync
8383
84-
2026-07-07 09:40:26
84+
2026-07-07 09:40:28

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": "2051807057"
2+
"last_submission_id": "2050286655"
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": 49
7+
"Python3": 50
88
},
99
"recent_problems": [
10+
{
11+
"id": "789",
12+
"title": "Kth Largest Element In A Stream"
13+
},
1014
{
1115
"id": "1127",
1216
"title": "Last Stone Weight"
@@ -22,18 +26,14 @@
2226
{
2327
"id": "11",
2428
"title": "Container With Most Water"
25-
},
26-
{
27-
"id": "200",
28-
"title": "Number Of Islands"
2929
}
3030
],
3131
"last_problem": {
32-
"id": "1127",
33-
"title": "Last Stone Weight",
32+
"id": "789",
33+
"title": "Kth Largest Element In A Stream",
3434
"language": "Python3",
35-
"runtime": "3 ms",
36-
"memory": "19.4 MB"
35+
"runtime": "16 ms",
36+
"memory": "25.5 MB"
3737
},
38-
"last_sync": "2026-07-07 09:40:26"
38+
"last_sync": "2026-07-07 09:40:28"
3939
}

0 commit comments

Comments
 (0)