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 126
2222
2323| Field | Value |
2424|------|------|
25- | Problem ID | 11 |
26- | Title | Container With Most Water |
25+ | Problem ID | 295 |
26+ | Title | Find Median From Data Stream |
2727| Language | Python3 |
28- | Runtime | 64 ms |
29- | Memory | 29.5 MB |
28+ | Runtime | 177 ms |
29+ | Memory | 41.3 MB |
3030
3131
3232💻 Languages Used
3333
34- - **Python3** : 67
34+ - **Python3** : 68
3535
3636## 📚 Recent Accepted Problems
3737
38+ - 295 Find Median From Data Stream
3839- 11 Container With Most Water
3940- 200 Number Of Islands
4041- 133 Clone Graph
4142- 695 Max Area Of Island
42- - 417 Pacific Atlantic Water Flow
4343
4444
4545---
8181GitHub
8282⏰ Last Sync
8383
84- 2026-07-07 19:54:34
84+ 2026-07-07 19:54:35
Original file line number Diff line number Diff line change 11{
2- "last_submission_id" : " 2053688232 "
2+ "last_submission_id" : " 2052380776 "
33}
Original file line number Diff line number Diff line change 44 "medium" : 57 ,
55 "hard" : 6 ,
66 "languages" : {
7- "Python3" : 67
7+ "Python3" : 68
88 },
99 "recent_problems" : [
10+ {
11+ "id" : " 295" ,
12+ "title" : " Find Median From Data Stream"
13+ },
1014 {
1115 "id" : " 11" ,
1216 "title" : " Container With Most Water"
2226 {
2327 "id" : " 695" ,
2428 "title" : " Max Area Of Island"
25- },
26- {
27- "id" : " 417" ,
28- "title" : " Pacific Atlantic Water Flow"
2929 }
3030 ],
3131 "last_problem" : {
32- "id" : " 11 " ,
33- "title" : " Container With Most Water " ,
32+ "id" : " 295 " ,
33+ "title" : " Find Median From Data Stream " ,
3434 "language" : " Python3" ,
35- "runtime" : " 64 ms" ,
36- "memory" : " 29.5 MB"
35+ "runtime" : " 177 ms" ,
36+ "memory" : " 41.3 MB"
3737 },
38- "last_sync" : " 2026-07-07 19:54:34 "
38+ "last_sync" : " 2026-07-07 19:54:35 "
3939}
You can’t perform that action at this time.
0 commit comments