← All problemsSign in

2811. Check if it is Possible to Split Array

LeetCodeArrayDynamic ProgrammingGreedyOpen on judge ↗

You are given an array nums of length n and an integer m. You need to determine if it is possible to split the array into n arrays of size 1 by performing a series of steps. An array is called good if: - The length of the array is one, or - The sum of the elements of the array is greater than or equal to m. In each step, you can select an existing array (which may be the result of previous ste

HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17

CodeSearch Tutor

Hints, not spoilers — it won’t hand over the full solution unless you insist.

voice by Sarvam AI

Sign in to chat with the tutor and save your progress.

Sign in to start