Why my code is giving wrong answer. I have written exactly the same code as told in the lecture?
I have corrected your code https://ide.codingblocks.com/s/577705.
I can explain my approach.
So what I do is just maintain the sum up until the cur node, if it gets negative I reinitialise it to 0. And then start adding it again, for each node just check the max sum till that node, and see if it is greater than val or not.
1 Like
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.