Skip to content

Commit ff90026

Browse files
author
phantom-18
committed
Questions based on binary search algorithm added in searching.md
1 parent 03e0ccd commit ff90026

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

assignments/searching.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,23 @@ Videos:
33

44
Problems:
55
- [Linear Search](https://www.hackerearth.com/practice/algorithms/searching/linear-search/practice-problems/)
6+
7+
###Binary Search
8+
- [Guess Number Higher or Lower(Easy)](https://leetcode.com/problems/guess-number-higher-or-lower/)
9+
- [First Bad Version(Easy)](https://leetcode.com/problems/first-bad-version/)
10+
- [Two Sum II - Input array is sorted(Easy)](https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/)
11+
- [Valid Perfect Square(Easy)](https://leetcode.com/problems/valid-perfect-square/)
12+
- [Arranging Coins(Easy)](https://leetcode.com/problems/arranging-coins/)
13+
- [Find Smallest Letter Greater Than Target(Easy)](https://leetcode.com/problems/find-smallest-letter-greater-than-target/)
14+
- [Kth Missing Positive Number(Easy)](https://leetcode.com/problems/kth-missing-positive-number/)
15+
- [Search Insert Position(Easy)](https://leetcode.com/problems/search-insert-position/)
16+
- [Count Negative Numbers in a Sorted Matrix(Easy)](https://leetcode.com/problems/count-negative-numbers-in-a-sorted-matrix/)
17+
- [Find First and Last Position of Element in Sorted Array(Medium)](https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/)
18+
- [Single Element in a Sorted Array(Medium)](https://leetcode.com/problems/single-element-in-a-sorted-array/)
19+
- [Search in Rotated Sorted Array(Medium)](https://leetcode.com/problems/search-in-rotated-sorted-array/)
20+
- [Search in Rotated Sorted Array II(Medium)](https://leetcode.com/problems/search-in-rotated-sorted-array-ii/)
21+
- [Find Peak Element(Medium)](https://leetcode.com/problems/find-peak-element/)
22+
- [Search a 2D Matrix(Medium)](https://leetcode.com/problems/search-a-2d-matrix/)
23+
- [Reach a Number(Medium)](https://leetcode.com/problems/reach-a-number/)
24+
- [Koko Eating Bananas(Medium)](https://leetcode.com/problems/koko-eating-bananas/)
25+

0 commit comments

Comments
 (0)