Python 3.x 二叉树的最小公共祖先迭代

Python 3.x 二叉树的最小公共祖先迭代,python-3.x,iteration,binary-tree,lowest-common-ancestor,Python 3.x,Iteration,Binary Tree,Lowest Common Ancestor,如何在不使用递归的情况下找到二叉树的最低共同祖先?可能的重复

如何在不使用递归的情况下找到二叉树的最低共同祖先?

可能的重复