Skip to content

Commit 3a91b30

Browse files
authored
Update binary_search.md
Added more problems on binary search article #1147
1 parent 9e76b3b commit 3a91b30

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/num_methods/binary_search.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ This paradigm is widely used in tasks around trees, such as finding lowest commo
138138

139139
* [LeetCode - Find First and Last Position of Element in Sorted Array](https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/)
140140
* [LeetCode - Search Insert Position](https://leetcode.com/problems/search-insert-position/)
141+
* [LeetCode - Find Peak Element](https://leetcode.com/problems/find-peak-element/)
142+
* [LeetCode - Search in Rotated Sorted Array](https://leetcode.com/problems/search-in-rotated-sorted-array/)
143+
* [LeetCode - Find the Duplicate Number](https://leetcode.com/problems/find-the-duplicate-number/)
144+
* [LeetCode - Find Right Interval](https://leetcode.com/problems/find-right-interval/)
141145
* [LeetCode - Sqrt(x)](https://leetcode.com/problems/sqrtx/)
142146
* [LeetCode - First Bad Version](https://leetcode.com/problems/first-bad-version/)
143147
* [LeetCode - Valid Perfect Square](https://leetcode.com/problems/valid-perfect-square/)

0 commit comments

Comments
 (0)