LeetCode The Hard Way - From Absolute Beginner to Quitter. Join Discord: https://discord.com/invite/Nqm4jJcyBf
875
stars
220
forks
source link
Added C++ solution for 0235 - Lowest Common Ancestro of a Binary Search Tree. #593
Closed
radojicic23 closed 1 year ago
Change Summary
The purpose of this PR is to add coding solution in C++ for the LeetCode Lowest Common Ancestor of a Binary Search Tree problem.
Checklist
If you haven't fulfilled the below requirements or even delete the entire checklist, your PR won't be reviewed and will be closed without notice.
General
Solutions
## Approach 1: Two Pointers
.