Meta Interview Question

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

Interview Answer

Anonymous

Jul 28, 2018

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