We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71463bd commit 5d1df5dCopy full SHA for 5d1df5d
Solution/236. Lowest Common Ancestor of a Binary Tree/readme.md
@@ -2,7 +2,7 @@
2
# 236. Lowest Common Ancestor of a Binary Tree
3
**Description**: "Recursive DFS solution to find the lowest common ancestor of two nodes in a binary tree."
4
- **difficulty**: Medium
5
-- **tags**:
+tags:
6
- Tree
7
- Depth-First Search
8
- Binary Tree
0 commit comments