LeetCode Question · Sep 2018

Microsoft - Max sum from two partitions

580 views 1 reply

Question Details

Implement a function, input a array of int, you need to return x,y,z to get the max sum(nums[x] + nums[x + 1] + ... + nums[y - 1] + nums[y...

Full Details

🔒

Unlock full leaked content

Full insider details, leaked discussions, and candidate experiences.

Get Premium →

Topics

Arrays