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 | 235 |
26- | Title | Lowest Common Ancestor Of A Binary Search Tree |
25+ | Problem ID | 104 |
26+ | Title | Maximum Depth Of Binary Tree |
2727| Language | Python3 |
28- | Runtime | 66 ms |
29- | Memory | 22.8 MB |
28+ | Runtime | 0 ms |
29+ | Memory | 20.3 MB |
3030
3131
3232💻 Languages Used
3333
34- - **Python3** : 39
34+ - **Python3** : 40
3535
3636## 📚 Recent Accepted Problems
3737
38+ - 104 Maximum Depth Of Binary Tree
3839- 235 Lowest Common Ancestor Of A Binary Search Tree
3940- 124 Binary Tree Maximum Path Sum
4041- 789 Kth Largest Element In A Stream
4142- 1127 Last Stone Weight
42- - 1014 K Closest Points To Origin
4343
4444
4545---
8181GitHub
8282⏰ Last Sync
8383
84- 2026-07-07 03:20:42
84+ 2026-07-07 03:20:43
Original file line number Diff line number Diff line change 11{
2- "last_submission_id" : " 2048068140 "
2+ "last_submission_id" : " 2046953410 "
33}
Original file line number Diff line number Diff line change 44 "medium" : 56 ,
55 "hard" : 6 ,
66 "languages" : {
7- "Python3" : 39
7+ "Python3" : 40
88 },
99 "recent_problems" : [
10+ {
11+ "id" : " 104" ,
12+ "title" : " Maximum Depth Of Binary Tree"
13+ },
1014 {
1115 "id" : " 235" ,
1216 "title" : " Lowest Common Ancestor Of A Binary Search Tree"
2226 {
2327 "id" : " 1127" ,
2428 "title" : " Last Stone Weight"
25- },
26- {
27- "id" : " 1014" ,
28- "title" : " K Closest Points To Origin"
2929 }
3030 ],
3131 "last_problem" : {
32- "id" : " 235 " ,
33- "title" : " Lowest Common Ancestor Of A Binary Search Tree" ,
32+ "id" : " 104 " ,
33+ "title" : " Maximum Depth Of Binary Tree" ,
3434 "language" : " Python3" ,
35- "runtime" : " 66 ms" ,
36- "memory" : " 22.8 MB"
35+ "runtime" : " 0 ms" ,
36+ "memory" : " 20.3 MB"
3737 },
38- "last_sync" : " 2026-07-07 03:20:42 "
38+ "last_sync" : " 2026-07-07 03:20:43 "
3939}
You can’t perform that action at this time.
0 commit comments