java-solutions icon indicating copy to clipboard operation
java-solutions copied to clipboard

Overflow Temporary Answer Case Fixed

Open vijay-mamoria opened this issue 1 year ago • 0 comments

Code was failing for the overflow testcase

int[] nums = { 0, 10, 10, 10, 10, 10, 10, 10, 10, 10, -10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 0 };

vijay-mamoria avatar Jun 08 '24 12:06 vijay-mamoria