We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c665e9 commit 3a21746Copy full SHA for 3a21746
Solution/162. Find Peak Element/readme.md
@@ -1,17 +1,17 @@
1
----
2
-comments: true
3
-difficulty: Medium
4
-edit_url: https://github.com/iamAntimPal/LeetCode-Python-Solutions/blob/main/Solution/162.%20Find%20Peak%20Element/readme.md
5
-tags:
6
- - Array
7
- - Binary Search
8
+
9
10
<!-- problem:start -->
11
12
# [162. Find Peak Element](https://leetcode.com/problems/find-peak-element)
13
14
-[中文文档](/solution/0100-0199/0162.Find%20Peak%20Element/README.md)
+---
+- **comments**: true
+- **difficulty**: Medium
+- **tags**:
+ - Array
+ - Binary Search
15
16
## Description
17
0 commit comments