Skip to content

Commit 5d1df5d

Browse files
iamAntimPalAntim-IWPIamShiwangi
committed
Update readme.md
Co-Authored-By: Antim-IWP <[email protected]> Co-Authored-By: Shiwangi Srivastava <[email protected]>
1 parent 71463bd commit 5d1df5d

File tree

1 file changed

+1
-1
lines changed
  • Solution/236. Lowest Common Ancestor of a Binary Tree

1 file changed

+1
-1
lines changed

Solution/236. Lowest Common Ancestor of a Binary Tree/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# 236. Lowest Common Ancestor of a Binary Tree
33
**Description**: "Recursive DFS solution to find the lowest common ancestor of two nodes in a binary tree."
44
- **difficulty**: Medium
5-
- **tags**:
5+
tags:
66
- Tree
77
- Depth-First Search
88
- Binary Tree

0 commit comments

Comments
 (0)