Completed LeetCode problem #236 - Common Ancestor for Binary Tree
https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree/description/
More information could be found here
https://www.geeksforgeeks.org/lowest-common-ancestor-in-a-binary-tree-set-2-using-parent-pointer/
More information could be found here
https://www.geeksforgeeks.org/lowest-common-ancestor-in-a-binary-tree-set-2-using-parent-pointer/
Comments
Post a Comment