Skip to content

Commit 8a3a7b0

Browse files
Merge branch 'CodeHarborHub:main' into leetcode30
2 parents 5b13ed0 + 2aa8e3d commit 8a3a7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsa-solutions/lc-solutions/0200-0299/0230-Kth-smallest-element-in-BST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Output: 3
3434
### Constraints
3535

3636
- The number of nodes in the tree is n.
37+
- $1 \leq \text{k} \leq \text{n} \leq 10^4$
3738
- $1 \leq k \leq n \leq 10^4$
38-
- $0 \leq \text{Node.val} \leq 10^4$
3939

4040
### Approach
4141

0 commit comments

Comments
 (0)