We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8547dc0 commit 6c1e4b0Copy full SHA for 6c1e4b0
235. Lowest Common Ancestor of a Binary Search Tree
@@ -1,3 +1,4 @@
1
+// Same as Lca of a Binary tree
2
if(!root)return NULL;
3
4
//Base Case
0 commit comments