Meta interview question

Find the subarray with the largest sum

Interview Answers

Anonymous

Feb 26, 2018

DP works

Anonymous

Feb 21, 2018

use prefix sum array