Skip to content

Commit 55a6af0

Browse files
committed
Update paint-house-ii.cpp
1 parent 6e183f9 commit 55a6af0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: C++/paint-house-ii.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,5 @@ class Solution2{
5454
};
5555
vector<int> min_cost = accumulate(costs.cbegin(), costs.cend(), vector<int>(costs[0].size(), 0), combine);
5656
return *min_element(min_cost.cbegin(), min_cost.cend());
57-
5857
}
5958
};

0 commit comments

Comments
 (0)