Skip to content

Commit 2aa8e3d

Browse files
authored
Merge pull request #910 from Anshika14528/230
Added Leetcode Problem 230 Solution
2 parents 5888b56 + 92ac96d commit 2aa8e3d

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)