Skip to content

Commit 0b34dfc

Browse files
committed
Runtime: 8 ms (Top 75.40%) | Memory: 51.5 MB (Top 97.59%)
1 parent aa20247 commit 0b34dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/algorithms/M/Maximum Score of a Good Subarray/Maximum Score of a Good Subarray.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Runtime: 9 ms (Top 69.08%) | Memory: 95.9 MB (Top 37.50%)
1+
// Runtime: 8 ms (Top 75.40%) | Memory: 51.5 MB (Top 97.59%)
22
class Solution {
33
public int maximumScore(int[] nums, int k) {
44
int n = nums.length;

0 commit comments

Comments
 (0)