Search
⌘K
Leetcode 410. Split Array Largest Sum
Split the array into k non-empty contiguous subarrays so that the maximum subarray sum is as small as possible, and return that minimized largest sum. This is a partitioning/optimization problem typically solved with binary search on the answer (or DP) and a greedy feasibility check.
Asked at:
Amazon
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
All Regions
Late February, 2026
Amazon
Mid-level
Hello Interview Premium
Your account is free and you can post anonymously if you choose.