Skip to content

Commit 78e581d

Browse files
authored
Update BinarySearch.md
1 parent 91ff345 commit 78e581d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BinarySearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Reverse Binary Search - [50,45,40,35,30,20] target= 30;
66
| Questions | Practice Link | Code Solutions | Video Solutions | HINT
77
-|-|-|-|-
88
Find Valid Mountain Array | [Leetcode](https://leetcode.com/problems/valid-mountain-array/) | | | 2 Pointer Approach
9-
Find Peak Element in Mountin Array (Easy ) | [Leetcode](https://leetcode.com/problems/peak-index-in-a-mountain-array/) | | | Binary Search
9+
Find Peak Element in Mountin Array (Easy ) | [Leetcode](https://leetcode.com/problems/find-peak-element/) | | | Binary Search
1010
Find Peak Index in Mountain Array (Medium) | [Leetcode](https://leetcode.com/problems/peak-index-in-a-mountain-array/) | | | Binary Search
1111
Find in Mountain Array (Hard)| [Leetcode](https://leetcode.com/problems/find-in-mountain-array/description/) | | | Binary Search
1212
Find Longest Mountain in Array | [Leetcode](https://leetcode.com/problems/longest-mountain-in-array/) | | | Binary Search

0 commit comments

Comments
 (0)