3912. Valid Elements in an Array
You are given an integer array nums. An element nums[i] is considered valid if it satisfies at least one of the following conditions: - It is strictly greater than every element to its left. - It is strictly greater than every element to its right. The first and last elements are always valid. Return an array of all valid elements in the same order as they appear in nums. Example 1: Input
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