[CareerCup] 4.7 Lowest Common Ancestor of a Binary Search Tree 二叉樹的最小共同父節點

Grandyang發表於2015-08-07

 

4.7 Design an algorithm and write code to find the first common ancestor of two nodes in a binary tree. Avoid storing additional nodes in a data structure. NOTE: This is not necessarily a binary search tree.

 

LeetCode上的原題,請參見我之前的部落格Lowest Common Ancestor of a Binary Tree 二叉樹的最小共同父節點

 

相關文章