jeff1evesque / interview-twitter

Least Common Ancestor
2 stars 0 forks source link

implement least-common-ancestor (LCA) algoritm #6

Open jeff1evesque opened 10 years ago

jeff1evesque commented 10 years ago

take the binary tree representation in least_common_ancestor.py, and implement the LCA algorithm to it.