标签: python-3.x matrix
我想传递矩阵作为输入,以找到二叉树中最不常见的祖先。我建立在Geeksforgeeks的代码之上。请参考我的github链接 https://github.com/nidhigup01/Least-Common-Ancestor-in-Binary-tree/blob/master/self%20least%20common%20ancestor.py
根据结果,它在第一次迭代中正确地转到了正确的孩子并且正确地离开了孩子,但是在递归中它犯了一个错误。请帮我解决问题。