LeetCode: 410-Split Array Largest Sum 解題紀錄
Last Updated on 2022-03-31 by Clay
題目
Given an array nums
which consists of non-negative integers and an integer m
, you can split the array into m
non-empty continuous subarrays.
Last Updated on 2022-03-31 by Clay
Given an array nums
which consists of non-negative integers and an integer m
, you can split the array into m
non-empty continuous subarrays.