File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
apps/website/contents/_components Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 99
99
"topic" : " graph" ,
100
100
"routines" : [" matrix" , " depth-first-search" ]
101
101
},
102
- {
103
- "slug" : " lowest-common-ancestor-of-a-binary-search-tree" ,
104
- "title" : " Lowest Common Ancestor of a Binary Search Tree" ,
105
- "url" : " https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree" ,
106
- "duration" : 20 ,
107
- "epi" : 1 ,
108
- "difficulty" : " Easy" ,
109
- "id" : 235 ,
110
- "topic" : " binary-search-tree" ,
111
- "routines" : []
112
- },
113
102
{
114
103
"slug" : " balanced-binary-tree" ,
115
104
"title" : " Balanced Binary Tree" ,
301
290
"topic" : " array" ,
302
291
"routines" : [" interval" ]
303
292
},
293
+ {
294
+ "slug" : " lowest-common-ancestor-of-a-binary-search-tree" ,
295
+ "title" : " Lowest Common Ancestor of a Binary Search Tree" ,
296
+ "url" : " https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree" ,
297
+ "duration" : 20 ,
298
+ "epi" : 1 ,
299
+ "difficulty" : " Medium" ,
300
+ "id" : 235 ,
301
+ "topic" : " binary-search-tree" ,
302
+ "routines" : []
303
+ },
304
304
{
305
305
"slug" : " 01-matrix" ,
306
306
"title" : " 01 Matrix" ,
You can’t perform that action at this time.
0 commit comments