https://www.hackerrank.com/challenges/one-month-preparation-kit-binary-search-tree-lowest-common-ancestor/problem
Given two nodes of a binary search tree, find the lowest common ancestor of these two nodes.
binary search treelowest common ancestorhackerrank