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 0614e3c commit d7bb42f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Daily/Max_sum_combination.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Given two integer array A and B of size N each.
A sum combination is made by adding one element from array A and another element of array B.
Return the maximum K valid sum combinations from all the possible sum combinations.
Note : Output array must be sorted in non-increasing order.
Example 1:
Expand Down

0 comments on commit d7bb42f

Please sign in to comment.