adityabisoi / ds-algo-solutions

A collection of solutions for Hackerrank data structures and algorithm problems in Python
MIT License
47 stars 111 forks source link

Binary Search Tree : Lowest Common Ancestor #195

Closed dolamanee6122 closed 3 years ago

dolamanee6122 commented 3 years ago

Problem Link: https://www.hackerrank.com/challenges/binary-search-tree-lowest-common-ancestor/problem Topic: Trees

Solve in CPP, Java, Python

dolamanee6122 commented 3 years ago

Can I do this in CPP?

adityabisoi commented 3 years ago

JAVA already done

aditkumar72 commented 3 years ago

Can I do this in Python?

aditkumar72 commented 3 years ago

added python solution #212