Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 162. Find Peak Element
Find any index of a "peak" (an element strictly greater than its neighbors, with array ends treated as -∞) in an integer array where adjacent values differ, requiring an O(log n) solution. The core challenge is to exploit the array's rising/falling pattern with binary-search-like reasoning to locate a local maximum without linear scanning.
Asked at:
Meta
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
All Regions
Mid September, 2025
Meta
Staff
Late July, 2025
Meta
Senior
Find peak element
Early June, 2025
Meta
Staff
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.