Skip to content

Commit 221cb26

Browse files
doc(readme, max-score-after-k-ops): minor doc update
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 81c3837 commit 221cb26

File tree

1 file changed

+1
-1
lines changed
  • puzzles/heap/maximal_score_after_k_operations

1 file changed

+1
-1
lines changed

puzzles/heap/maximal_score_after_k_operations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Repeat this process exactly k times and return the highest score you can achieve
1818
Constraints:
1919

2020
- 1 ≤ nums.length, k ≤ 10^3
21-
- 1 ≤ nums[i]10^5
21+
- 1 ≤ nums[i] ≤ 10^5
2222

2323
## Examples
2424

0 commit comments

Comments
 (0)