Skip to content

Commit f0b6e02

Browse files
Update datastructures/trees/binary/README.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 14fde9b commit f0b6e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datastructures/trees/binary/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The next pointer of the last node of the binary tree (i.e., the rightmost node o
8181
### Constraints
8282

8383
- The number of nodes in the tree is in the range [0,500].
84-
- 1000 <= `node.data` <= 1000
84+
- -1000 <= `node.data` <= 1000
8585

8686
### Examples
8787

0 commit comments

Comments
 (0)