jeff1evesque / interview-twitter

Least Common Ancestor
2 stars 0 forks source link

#5: binary search tree representation for LCA algorithm #7

Closed jeff1evesque closed 10 years ago

jeff1evesque commented 10 years ago

this binary search tree representation will be created in least_common_child.py so that we can implement the least-common-child algorithm to it (https://github.com/jeff1evesque/least-common-ancestor/issues/6).