Skip to content

Commit e864a92

Browse files
committed
updatedd
1 parent 6fe2ec0 commit e864a92

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

Lines changed: 1 addition & 1 deletion
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} \leq \text{Node.val} \leq 2^{31} - 1$
4444

4545
### Approach
4646

0 commit comments

Comments
 (0)