Skip to content

Commit c1f583f

Browse files
authored
Update 0098-validate-binary-search-tree.md
1 parent bef2091 commit c1f583f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: validate binary search tree
2+
id: validate-binary-search-tree
33
title: Validate Binary Search Tree
44
sidebar_label: 0098 Validate Binary Search Tree
55
tags:
@@ -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)