Skip to content

Commit 71463bd

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

File tree

1 file changed

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

1 file changed

+4
-13
lines changed

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

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
Sure! Here's the full LeetCode-style `README.md` file for **236. Lowest Common Ancestor of a Binary Tree**, formatted just like in the `doocs/leetcode` GitHub repository.
21

3-
---
4-
5-
```markdown
6-
---
7-
title: "236. Lowest Common Ancestor of a Binary Tree"
8-
description: "Recursive DFS solution to find the lowest common ancestor of two nodes in a binary tree."
9-
difficulty: Medium
10-
tags:
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**:
116
- Tree
127
- Depth-First Search
138
- Binary Tree
@@ -233,7 +228,3 @@ var lowestCommonAncestor = function (root, p, q) {
233228
};
234229
```
235230

236-
---
237-
```
238-
239-
Let me know if you’d like the Chinese version or a version for any other specific language or format!

0 commit comments

Comments
 (0)