Search⌘ K
AI Features

Find Peak Element

Explore how to identify a peak element in an array by leveraging modified binary search techniques. Understand the problem constraints and implement an optimal O(log n) time solution to locate a peak index in JavaScript.

Statement

You’re given a 0-indexed integer array nums. An index i is called a peak if ...