File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
Solution/872. Leaf-Similar Trees Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments