From 0614e3c1e63196d4042f8f82410bf458547b13a2 Mon Sep 17 00:00:00 2001 From: STREIN_11 <71601569+STREIN-11@users.noreply.github.com> Date: Mon, 25 Sep 2023 14:33:29 +0530 Subject: [PATCH] Update Max_sum_combination.cpp --- Daily/Max_sum_combination.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Daily/Max_sum_combination.cpp b/Daily/Max_sum_combination.cpp index a0708626..ebef51c8 100644 --- a/Daily/Max_sum_combination.cpp +++ b/Daily/Max_sum_combination.cpp @@ -6,7 +6,6 @@ Return the maximum K valid sum combinations from all the possible sum combinatio Note : Output array must be sorted in non-increasing order. Example 1: - Input: N = 2 K = 2 @@ -86,4 +85,4 @@ int main() { } return 0; } -// } Driver Code Ends \ No newline at end of file +// } Driver Code Ends