About 33,000 results
Open links in new tab
  1. Split Array Largest Sum - LeetCode

    Split Array Largest Sum - 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.

  2. Split Array Largest Sum - LeetCode

    Can you solve this real interview question? Split Array Largest Sum - Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next …

  3. Amazon | Onsite | Split Array Largest Sum - Discuss - LeetCode

    Mar 7, 2020 · For example, you can split x into [7,3], [5,9], [1,2] or [7,3,5], [9], [1,2]. But you cannot split x into [7,5,9], [3], [1,2] because [7,5,9] is not consecutive. You should output the minimum maximum …

  4. Number of Islands - LeetCode

    Acceptance Rate 63.4 % Topics Array Depth-First Search Breadth-First Search Union Find Matrix Choose a type Sort by: Best