/Lowest-Common-Ancestor-of-a-Binary-Search-Tree-LEETCODE-EASY

finds the lowest common ancestral node of a target node on a binary tree using DFS. Java & Python Solution.

Primary LanguageJava

No issues in this repository yet.