Updating level of Lowest Common Ancestor of a Binary Search Tree from easy to medium

pull/559/head
Denesh 3 years ago committed by GitHub
parent a2bbe6ef1a
commit 05bac5bd54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -105,7 +105,7 @@
"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": 20,
"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