jeff1evesque / interview-twitter

Least Common Ancestor
2 stars 0 forks source link

verify whether lca algorithm works #10

Open jeff1evesque opened 10 years ago

jeff1evesque commented 10 years ago

draw out predetermined binary search tree, and choose two values to find a least common ancestor, then implement it within least_common_ancestor.py to see if the application works correctly.