diff --git a/Daily/Max_sum_combination.cpp b/Daily/Max_sum_combination.cpp index 37d16301..ee81a565 100644 --- a/Daily/Max_sum_combination.cpp +++ b/Daily/Max_sum_combination.cpp @@ -27,7 +27,6 @@ Output: {10, 9, 9} 9 -> (A : 4) + (B : 5) 9 -> (A : 3) + (B : 6)*/ -//{ Driver Code Starts #include using namespace std; class Solution {