Programmers' LoungeIt's ok if the world out there don't understand your languages. Here the place for the great programmers around the world to start talking - in their very own unique languages.
Given an array of integers, find the contiguous sub-array with the largest sum.
Q:what is the size of the subarray?
Ans:it can be of any size from 1 to n where n is the number of elements in the array