From 1ae840fda0052766d14536ff28983d794783c2ac Mon Sep 17 00:00:00 2001 From: Dmytro Filipenko Date: Wed, 19 Apr 2023 13:55:16 +0200 Subject: [PATCH] Change difficulty of task QuestionGroups.json As per https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree/ difficulty of the task is medium --- apps/website/contents/_components/QuestionGroups.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/website/contents/_components/QuestionGroups.json b/apps/website/contents/_components/QuestionGroups.json index 04b6d727..e6231e4b 100644 --- a/apps/website/contents/_components/QuestionGroups.json +++ b/apps/website/contents/_components/QuestionGroups.json @@ -103,9 +103,9 @@ "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, + "duration": 30, "epi": 1, - "difficulty": "Easy", + "difficulty": "Medium", "id": 235, "topic": "binary-search-tree", "routines": []