Question: The MaxSum is 20 How can I modify this code so that the Max Subsequence Sum indices print out as well? in this case, a[1]

The MaxSum is 20

How can I modify this code so that the Max Subsequence Sum indices print out as well? in this case, a[1] thru a[3] would print.

thanks in advance

The MaxSum is 20 How can I modify this code so that

3 int main(O 4 { vector b; vector a; 5 6 a.push_back(-2); a.push_back(11); a.push_back(-4); a.push_back(13); a.push_back(-5); a.push_back(-2); int maxSum = 0; 8 -0 -1 -2 3 4 for(int i 0; i maxSum ) if( 4 { 5 thisSum; maxSum = 6 } cout

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!