Skip to content

Commit eb19f26

Browse files
authored
Update maximum-score-of-a-good-subarray.cpp
1 parent e12ee21 commit eb19f26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

C++/maximum-score-of-a-good-subarray.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ class Solution {
2323

2424
// Time: O(nlogn)
2525
// Space: O(n)
26-
2726
class Solution2 {
2827
public:
2928
int maximumScore(vector<int>& nums, int k) {

0 commit comments

Comments
 (0)