File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,24 +22,24 @@ Total 125
2222
2323| Field | Value |
2424|------|------|
25- | Problem ID | 1014 |
26- | Title | K Closest Points To Origin |
25+ | Problem ID | 1127 |
26+ | Title | Last Stone Weight |
2727| Language | Python3 |
28- | Runtime | 75 ms |
29- | Memory | 25.7 MB |
28+ | Runtime | 3 ms |
29+ | Memory | 19.4 MB |
3030
3131
3232💻 Languages Used
3333
34- - **Python3** : 59
34+ - **Python3** : 60
3535
3636## 📚 Recent Accepted Problems
3737
38+ - 1127 Last Stone Weight
3839- 1014 K Closest Points To Origin
3940- 295 Find Median From Data Stream
4041- 11 Container With Most Water
4142- 200 Number Of Islands
42- - 133 Clone Graph
4343
4444
4545---
8181GitHub
8282⏰ Last Sync
8383
84- 2026-07-07 14:32:45
84+ 2026-07-07 14:32:47
Original file line number Diff line number Diff line change 11{
2- "last_submission_id" : " 2051842379 "
2+ "last_submission_id" : " 2051807057 "
33}
Original file line number Diff line number Diff line change 44 "medium" : 56 ,
55 "hard" : 6 ,
66 "languages" : {
7- "Python3" : 59
7+ "Python3" : 60
88 },
99 "recent_problems" : [
10+ {
11+ "id" : " 1127" ,
12+ "title" : " Last Stone Weight"
13+ },
1014 {
1115 "id" : " 1014" ,
1216 "title" : " K Closest Points To Origin"
2226 {
2327 "id" : " 200" ,
2428 "title" : " Number Of Islands"
25- },
26- {
27- "id" : " 133" ,
28- "title" : " Clone Graph"
2929 }
3030 ],
3131 "last_problem" : {
32- "id" : " 1014 " ,
33- "title" : " K Closest Points To Origin " ,
32+ "id" : " 1127 " ,
33+ "title" : " Last Stone Weight " ,
3434 "language" : " Python3" ,
35- "runtime" : " 75 ms" ,
36- "memory" : " 25.7 MB"
35+ "runtime" : " 3 ms" ,
36+ "memory" : " 19.4 MB"
3737 },
38- "last_sync" : " 2026-07-07 14:32:45 "
38+ "last_sync" : " 2026-07-07 14:32:47 "
3939}
You can’t perform that action at this time.
0 commit comments