# Leetcode 235: Lowest Common Ancestor of a Binary Search Tree
Problems on Tree Data Structure 4 / 6
2 min read
Find the lowest common ancestor of two nodes in a binary search tree, with step-by-step explanation and code examples in Python.