diff --git a/Daily/Max_sum_combination.cpp b/Daily/Max_sum_combination.cpp index f28f1ae4..33c3c73c 100644 --- a/Daily/Max_sum_combination.cpp +++ b/Daily/Max_sum_combination.cpp @@ -7,7 +7,6 @@ Note : Output array must be sorted in non-increasing order. - Example 1: Input: N = 2