prob: https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree/
In this question how are we supposed to handle the input because they are showing root = array of all the nodes of the tree and in the function they are passing the pointer of root node