From 6b4b40ca4a4d6c563b697b982605148c9fcee323 Mon Sep 17 00:00:00 2001 From: STREIN_11 <71601569+STREIN-11@users.noreply.github.com> Date: Thu, 26 Oct 2023 23:35:56 +0530 Subject: [PATCH] Update Max_sum_combination.cpp --- Daily/Max_sum_combination.cpp | 1 - 1 file changed, 1 deletion(-) 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