Skip to content

Commit 4ef293b

Browse files
committed
feat(leetcode): solve 1014 - K Closest Points To Origin
1 parent c99cfdb commit 4ef293b

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 | 295 |
26-
| Title | Find Median From Data Stream |
25+
| Problem ID | 1014 |
26+
| Title | K Closest Points To Origin |
2727
| Language | Python3 |
28-
| Runtime | 177 ms |
29-
| Memory | 41.3 MB |
28+
| Runtime | 75 ms |
29+
| Memory | 25.7 MB |
3030
3131
3232
💻 Languages Used
3333
34-
- **Python3** : 58
34+
- **Python3** : 59
3535
3636
## 📚 Recent Accepted Problems
3737
38+
- 1014 K Closest Points To Origin
3839
- 295 Find Median From Data Stream
3940
- 11 Container With Most Water
4041
- 200 Number Of Islands
4142
- 133 Clone Graph
42-
- 695 Max Area Of Island
4343
4444
4545
---
@@ -81,4 +81,4 @@ Git
8181
GitHub
8282
⏰ Last Sync
8383
84-
2026-07-07 14:32:44
84+
2026-07-07 14:32:45

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": "2052380776"
2+
"last_submission_id": "2051842379"
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": 58
7+
"Python3": 59
88
},
99
"recent_problems": [
10+
{
11+
"id": "1014",
12+
"title": "K Closest Points To Origin"
13+
},
1014
{
1115
"id": "295",
1216
"title": "Find Median From Data Stream"
@@ -22,18 +26,14 @@
2226
{
2327
"id": "133",
2428
"title": "Clone Graph"
25-
},
26-
{
27-
"id": "695",
28-
"title": "Max Area Of Island"
2929
}
3030
],
3131
"last_problem": {
32-
"id": "295",
33-
"title": "Find Median From Data Stream",
32+
"id": "1014",
33+
"title": "K Closest Points To Origin",
3434
"language": "Python3",
35-
"runtime": "177 ms",
36-
"memory": "41.3 MB"
35+
"runtime": "75 ms",
36+
"memory": "25.7 MB"
3737
},
38-
"last_sync": "2026-07-07 14:32:44"
38+
"last_sync": "2026-07-07 14:32:45"
3939
}

0 commit comments

Comments
 (0)