Minimum Money DP

Why i am getting wrong answer using bottom up…
Sample test case giving correct answer

https://ide.codingblocks.com/s/239890 even after modification also giving all test case wrong ans

In the question it is mentioned "The second line contains W space separated integers in which the i^th^ integer specifies the price of a ‘i’kg apple packet. "
I have corrected that mistake and attached the link. you had to take W inputs and not N.

provide the link…

I corrected but still i am getting wrong answer for last test case…


please correct the code and provide the link

share the link of the corrected code

Corrected code: https://ide.codingblocks.com/s/240173
you were not handling when val[i-1] will be -1;

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.