Split Array Largest Sum
CodingPhoneSoftware EngineerReported Jun, 2026
Company question banks are included with the Insider plan.
Given an integer array nums and an integer k, split nums into exactly k non-empty contiguous subarrays.
The largest sum of a split is the maximum sum among its subarrays.
Return *the minimum...