Skip to content

Commit

Permalink
Update Max_sum_combination.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
STREIN-11 authored Sep 25, 2023
1 parent 2ed770b commit 0614e3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Daily/Max_sum_combination.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -86,4 +85,4 @@ int main() {
}
return 0;
}
// } Driver Code Ends
// } Driver Code Ends

0 comments on commit 0614e3c

Please sign in to comment.