Meta interview question

Find the subarray with the largest sum

Interview Answers

Anonymous

26 Feb 2018

DP works

Anonymous

21 Feb 2018

use prefix sum array