2870. Minimum Number of Operations to Make Array Empty
You are given a 0-indexed array nums consisting of positive integers. There are two types of operations that you can apply on the array any number of times: - Choose two elements with equal values and delete them from the array. - Choose three elements with equal values and delete them from the array. Return the minimum number of operations required to make the array empty, or -1 if it is not
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.
Sign in to chat with the tutor and save your progress.
Sign in to start