lprimeroo / DSA

Implementations of various data structures and algorithms.
MIT License
104 stars 179 forks source link

lowest common ancestor #103

Closed ishaansang closed 6 years ago

ishaansang commented 7 years ago

The code calculates the lowest common ancestor of a tree.Sample problem is given in the link as well .

lprimeroo commented 7 years ago

Please edit the README file accordingly :)