Skip to content

Commit 4343611

Browse files
authored
Update 1547-Minimum-cost-to-cut-a-stick.md
1 parent 1f23af3 commit 4343611

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dsa-solutions/lc-solutions/1500-1599/1547-Minimum-cost-to-cut-a-stick.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ Output:
4949

5050
### Constraints
5151

52-
- 2 <= `n` <= 10^6
53-
- 1 <= `cuts.length` <= min(`n` - 1, 100)
54-
- 1 <= `cuts[i]` <= `n` - 1
52+
- 2 &lt;= `n` &lt;= 10^6
53+
- 1 &lt;= `cuts.length` &lt;= min(`n` - 1, 100)
54+
- 1 &lt;= `cuts[i]` &lt;= `n` - 1
5555
- All the integers in the `cuts` array are distinct.
5656

5757
## Solution

0 commit comments

Comments
 (0)