Skip to content

Commit 3738e15

Browse files
authored
Merge pull request #7 from iamAntimPal/Leetcode-75
Leetcode 75
2 parents 77feea7 + 3a21746 commit 3738e15

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Solution/162. Find Peak Element/readme.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
---
2-
comments: true
3-
difficulty: Medium
4-
edit_url: https://github.com/doocs/leetcode/edit/main/solution/0100-0199/0162.Find%20Peak%20Element/README_EN.md
5-
tags:
6-
- Array
7-
- Binary Search
8-
---
1+
92

103
<!-- problem:start -->
114

125
# [162. Find Peak Element](https://leetcode.com/problems/find-peak-element)
136

14-
[中文文档](/solution/0100-0199/0162.Find%20Peak%20Element/README.md)
7+
---
8+
- **comments**: true
9+
- **difficulty**: Medium
10+
11+
- **tags**:
12+
- Array
13+
- Binary Search
14+
---
1515

1616
## Description
1717

Solution/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Here is a LeetCode-style problem description and solution for you, following the
55
```yaml
66
comments: true
77
difficulty: Medium
8-
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2300-2399/2300.Successful%20Pairs%20of%20Spells%20and%20Potions/README_EN.md
8+
edit_url: https://github.com/iamAntimPal/LeetCode-Python-Solutions/blob/main/Solution/2300.%20Successful%20Pairs%20of%20Spells%20and%20Potions/readme.md
99
rating: 1476
1010
source: Biweekly Contest 80 Q2
1111
tags:

0 commit comments

Comments
 (0)