Skip to content

Commit

Permalink
"LCA of a BST" is actually Medium (on leetcode) but was listed as Easy
Browse files Browse the repository at this point in the history
  • Loading branch information
sanidhyas3s committed Jul 6, 2023
1 parent c3a287d commit dd89564
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions apps/website/contents/_components/QuestionGroups.json
Expand Up @@ -99,17 +99,6 @@
"topic": "graph",
"routines": ["matrix", "depth-first-search"]
},
{
"slug": "lowest-common-ancestor-of-a-binary-search-tree",
"title": "Lowest Common Ancestor of a Binary Search Tree",
"url": "https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree",
"duration": 20,
"epi": 1,
"difficulty": "Easy",
"id": 235,
"topic": "binary-search-tree",
"routines": []
},
{
"slug": "balanced-binary-tree",
"title": "Balanced Binary Tree",
Expand Down Expand Up @@ -301,6 +290,17 @@
"topic": "array",
"routines": ["interval"]
},
{
"slug": "lowest-common-ancestor-of-a-binary-search-tree",
"title": "Lowest Common Ancestor of a Binary Search Tree",
"url": "https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree",
"duration": 20,
"epi": 1,
"difficulty": "Medium",
"id": 235,
"topic": "binary-search-tree",
"routines": []
},
{
"slug": "01-matrix",
"title": "01 Matrix",
Expand Down

0 comments on commit dd89564

Please sign in to comment.