Skip to content

Commit 4536583

Browse files
committed
Change made
1 parent 19ede3a commit 4536583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsa-solutions/lc-solutions/0000-0099/0098-validate-binary-search-tree.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Output: false
4040
### Constraints
4141

4242
- The number of nodes in the tree is in the range $[1, 10^4]$.
43-
- -2^(31) <= Node.val <= 2^(31) - 1.
43+
- `-2^(31) <= Node.val <= 2^(31) - 1.`
4444

4545
### Approach
4646

0 commit comments

Comments
 (0)