Software_Engineering_LCA This program finds the lowest common ancestor of two nodes in a binary tree. I have implemented it in Java and Python.