Skip to content

Commit

Permalink
add more detail
Browse files Browse the repository at this point in the history
  • Loading branch information
SepidehHosseinian committed Dec 24, 2023
1 parent 94bf54c commit 24c92bf
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ Example 1:
```
Input: root = [1,null,2,3]
Output: [1,2,3]
```
Example 2:
```
Input: root = []
Output: []
```
Example 3:
```
Input: root = [1]
Output: [1]
```
Expand Down

0 comments on commit 24c92bf

Please sign in to comment.