Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
superj80820 committed Jan 5, 2024
1 parent 9029884 commit c393699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
|[235. lowest-common-ancestor-of-a-binary-search-tree](https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree/)|⭐⭐|medium||todo(write)|
|[297. serialize-and-deserialize-binary-tree](https://leetcode.com/problems/serialize-and-deserialize-binary-tree/)||hard|||
|[543. diameter-of-binary-tree](https://leetcode.com/problems/diameter-of-binary-tree/)||easy|||
|[572. subtree-of-another-tree](https://leetcode.com/problems/subtree-of-another-tree/)||easy|0||
|[572. subtree-of-another-tree](https://leetcode.com/problems/subtree-of-another-tree/)||easy|-1||
|[1448. count-good-nodes-in-binary-tree](https://leetcode.com/problems/count-good-nodes-in-binary-tree/)|⭐⭐|medium|||
### tries
| Name | Star | Difficulty | Familiar | Tags |
Expand Down
2 changes: 1 addition & 1 deletion neetcode/0572-subtree-of-another-tree.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// tags: trees, star1, easy
// tags: trees, star2, easy

/**
* Definition for a binary tree node.
Expand Down

0 comments on commit c393699

Please sign in to comment.