Split Array Largest Sum at Tekion
Hard59.8% acceptance
This problem has 75.0% frequency at Tekion.
Problem Description
Given an integer array `nums` and an integer `k`, split `nums` into `k` non-empty subarrays such that the largest sum of any subarray is **minimized**. Return _the minimized largest sum of the split_. A **subarray** is a contiguous part of the array.
Read full problem and hintsTopics
Also asked at 19 companies
More Tekion Questions
Count the Number of Infection SequencesHardTrapping Rain WaterHardProduct of Array Except SelfMediumBest Time to Buy and Sell Stock IIIHardTwo SumEasy
View all Tekion questions