yangshun / tech-interview-handbook

💯 Curated coding interview preparation materials for busy software engineers
https://www.techinterviewhandbook.org
MIT License
119.09k stars 14.73k forks source link

Fix Question 235 Difficulty #652

Closed luciocunha closed 4 months ago

luciocunha commented 4 months ago

Question 235 is tagged as Medium on the leetcode website.

https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree/description/

luciocunha commented 4 months ago

Closing this PR since PR https://github.com/yangshun/tech-interview-handbook/pull/611 fix the same thing.