JustinButler700/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.
Java
No issues in this repository yet.
finds the lowest common ancestral node of a target node on a binary tree using DFS. Java & Python Solution.
Java
No issues in this repository yet.