You are viewing a single comment's thread. Return to all comments →
if(b+1 <= n) numList[b+1] -= k;
Why we are substracting?
Seems like cookies are disabled on this browser, please enable them to open this website
Array Manipulation
You are viewing a single comment's thread. Return to all comments →
if(b+1 <= n) numList[b+1] -= k;
Why we are substracting?