From 05bac5bd540cd495cf5cfb027463f26e6fdbe8fc Mon Sep 17 00:00:00 2001 From: Denesh <34817364+developerdenesh@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:03:50 +0800 Subject: [PATCH] Updating level of Lowest Common Ancestor of a Binary Search Tree from easy to medium --- apps/website/contents/_components/QuestionGroups.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/contents/_components/QuestionGroups.json b/apps/website/contents/_components/QuestionGroups.json index 04b6d727..f3f1ab9c 100644 --- a/apps/website/contents/_components/QuestionGroups.json +++ b/apps/website/contents/_components/QuestionGroups.json @@ -105,7 +105,7 @@ "url": "https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree", "duration": 20, "epi": 1, - "difficulty": "Easy", + "difficulty": "Medium", "id": 235, "topic": "binary-search-tree", "routines": []