码迷,mamicode.com
首页 > 其他好文 > 详细

4.7 Lowest Common Ancestor of a Binary Search Tree 二叉树的最小共同父节点

时间:2015-08-07 23:47:47      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:

 

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 二叉树的最小共同父节点

 

4.7 Lowest Common Ancestor of a Binary Search Tree 二叉树的最小共同父节点

标签:

原文地址:http://www.cnblogs.com/grandyang/p/4712272.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!