LeetCode 235. Lowest Common Ancestor of a Binary Search Tree
Description https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree/ Given a binary search tree (BST), find the lowest common ancestor (LCA) of two given nodes in the…