Leetcode 1257. Smallest Common Region
Posted on Fri 22 November 2024 in Leetcode Premium • Tagged with least-common-ancestor
Question Link : https://leetcode.com/problems/smallest-common-region/
Difficulty: Medium
Premium: True
Question
You are given some lists of regions where the first region of each list includes all other regions in that list. Naturally, if a region x contains another region y then x is bigger than y. Also, by …
Continue reading