Meta interview question

Given an array of integers, find the subarray with the largest sum.

Interview Answer

Anonymous

28 July 2018

You can use the Kadane's algorithm to find the longest subarray :-)