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
pull/580/head
Dmytro Filipenko 2 years ago committed by GitHub
parent c9ae0a2d40
commit 1ae840fda0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -103,9 +103,9 @@
"slug": "lowest-common-ancestor-of-a-binary-search-tree", "slug": "lowest-common-ancestor-of-a-binary-search-tree",
"title": "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", "url": "https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree",
"duration": 20, "duration": 30,
"epi": 1, "epi": 1,
"difficulty": "Easy", "difficulty": "Medium",
"id": 235, "id": 235,
"topic": "binary-search-tree", "topic": "binary-search-tree",
"routines": [] "routines": []

Loading…
Cancel
Save