Skip to content

Commit 236692d

Browse files
committed
solutions: 2873 - Maximum Value of an Ordered Triplet I (Easy)
1 parent 403859f commit 236692d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/2800-2899/2873-maximum-value-of-an-ordered-triplet-i-easy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The only ordered triplet of indices (0, 1, 2) has a negative value of (nums[0] -
5555
## Constraints
5656

5757
- $3 <= nums.length <= 100$
58-
- $0 <= nums[i] <= 10^6$
58+
- $1 <= nums[i] <= 10^6$
5959

6060
## Approach 1: Brute Force
6161

0 commit comments

Comments
 (0)