frextrite / Data-Structures-Algorithms-Hacktoberfest-2K19

collection of data structures and algorithms in different languages - created by the community during Hacktoberfest 2019
MIT License
37 stars 252 forks source link

Lowest common ancestor of a binary tree #409

Open amruthajm opened 4 years ago

amruthajm commented 4 years ago

Lowest common ancestor of a binary tree

Information about my new algorithm

O(n) Is this your first contribution to this repository? Yes