Skip to content

Commit 78ddf89

Browse files
Update 0111-minimum-depth.md
1 parent b121a92 commit 78ddf89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsa-solutions/lc-solutions/0100-0199/0111-minimum-depth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Output: 2
2929
### Constraints
3030

3131
- The number of nodes in the tree is in the range [0, 105].
32-
- -100 <= Node.val <= 100
32+
- $-100 <= Node.val <= 100$
3333

3434
---
3535

0 commit comments

Comments
 (0)