Search
⌘K

Leetcode 2951. Find the Peaks

Find all indices (excluding the first and last) in the array mountain where the element is strictly greater than both neighbors. Return those peak indices in any order; constraints are small (3 ≤ n ≤ 100), so a single pass suffices.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.