Skip to content

Commit 127fe4f

Browse files
iamAntimPalAntim-IWPIamShiwangi
committed
Update readme.md
Co-Authored-By: Antim-IWP <203163676+Antim-IWP@users.noreply.github.com> Co-Authored-By: Shiwangi Srivastava <174641070+IamShiwangi@users.noreply.github.com>
1 parent 7a0c057 commit 127fe4f

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

Solution/872. Leaf-Similar Trees/readme.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
Here is the complete LeetCode-style `README.md` for **872. Leaf-Similar Trees**, following the format you've requested (similar to `doocs/leetcode`):
21

3-
---
4-
5-
```markdown
62
# 872. Leaf-Similar Trees
73

8-
> Difficulty: Easy
9-
> Tags: Tree, Depth-First Search, Binary Tree
10-
> Link: [LeetCode Problem](https://leetcode.com/problems/leaf-similar-trees)
4+
> **Difficulty**: Easy
5+
> **Tags**: Tree, Depth-First Search, Binary Tree
6+
> **Link**: [LeetCode Problem](https://leetcode.com/problems/leaf-similar-trees)
117
128
## Description
139

@@ -216,6 +212,3 @@ var leafSimilar = function (root1, root2) {
216212
```
217213

218214
---
219-
```
220-
221-
Let me know if you'd like a download link or the file packaged for a GitHub-style repo.

0 commit comments

Comments
 (0)