You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Solution/1448. Count Good Nodes in Binary Tree/readme.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,4 @@
1
-
Sure! Here's the full `README.md` file for **LeetCode Problem 1448. Count Good Nodes in Binary Tree**, following the exact style you requested, like the `doocs/leetcode` GitHub repo:
2
1
3
-
---
4
-
5
-
```markdown
6
2
# [1448. Count Good Nodes in Binary Tree](https://leetcode.com/problems/count-good-nodes-in-binary-tree)
7
3
8
4
> Difficulty: Medium
@@ -220,6 +216,3 @@ function goodNodes(root: TreeNode | null): number {
220
216
```
221
217
```
222
218
223
-
---
224
-
225
-
Let me know if you want the Chinese version (`README.md`) or to continue with more problems in this format!
0 commit comments