Task for software engineering. using git with JAVA and LCA - lowest common ancestor connolr3 18324539 Rose Connolly
Now has LCA2 implemantation - enhance your previous LCA solution, implementing as a branch that you must ultimately merge with your master branch, an implementation of LCA that can work for graphs structured in directed acyclic form.
DAG(Directed Acyclic graph) branch was created and merged to main. The LCA now works for binary trees and DAGs. Testing for both types has been provided
Link to Python Version; https://github.com/connolr3/findLCA.git