|
1 | 1 | # Videos:
|
2 | 2 | - [Linear Search](https://youtu.be/_HRA37X8N_Q)
|
3 | 3 | - [Binary Search](https://youtu.be/f6UU7V3szVw)
|
| 4 | +- [Binary Search Questions](https://youtu.be/W9QJ8HaRvJQ) |
4 | 5 |
|
5 | 6 | # Problems:
|
6 | 7 |
|
|
15 | 16 | - [Kth Missing Positive Number](https://leetcode.com/problems/kth-missing-positive-number/)
|
16 | 17 | - [Search Insert Position](https://leetcode.com/problems/search-insert-position/)
|
17 | 18 | - [Peak Index in a Mountain Array](https://leetcode.com/problems/peak-index-in-a-mountain-array/)
|
18 |
| -- [Kth Missing Positive Number](https://leetcode.com/problems/kth-missing-positive-number/) |
19 | 19 | - [Count Negative Numbers in a Sorted Matrix](https://leetcode.com/problems/count-negative-numbers-in-a-sorted-matrix/)
|
20 |
| -- [Search Insert Position](https://leetcode.com/problems/search-insert-position/) |
21 |
| -- [Two Sum II - Input array is sorted](https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/) |
22 | 20 | - [Intersection of Two Arrays](https://leetcode.com/problems/intersection-of-two-arrays/)
|
23 | 21 | - [Intersection of Two Arrays II](https://leetcode.com/problems/intersection-of-two-arrays-ii/)
|
24 | 22 | - [Fair Candy Swap](https://leetcode.com/problems/fair-candy-swap/)
|
25 | 23 | - [Check If N and Its Double Exist](https://leetcode.com/problems/check-if-n-and-its-double-exist/)
|
26 | 24 | - [Special Array With X Elements Greater Than or Equal X](https://leetcode.com/problems/special-array-with-x-elements-greater-than-or-equal-x/)
|
| 25 | +- [Binary Search](https://leetcode.com/problems/binary-search/) |
27 | 26 |
|
28 | 27 | ## Medium
|
29 | 28 | - [Find First and Last Position of Element in Sorted Array](https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/)
|
|
46 | 45 | - [Median of Two Sorted Arrays](https://leetcode.com/problems/median-of-two-sorted-arrays/)
|
47 | 46 | - [Find Minimum in Rotated Sorted Array II](https://leetcode.com/problems/find-minimum-in-rotated-sorted-array-ii/)
|
48 | 47 | - [Aggressive cows](https://www.spoj.com/problems/AGGRCOW/)
|
| 48 | +- [Book allocation](https://www.geeksforgeeks.org/allocate-minimum-number-pages/) |
49 | 49 | - [Split Array Largest Sum](https://leetcode.com/problems/split-array-largest-sum/)
|
50 | 50 | - [Find in Mountain Array](https://leetcode.com/problems/find-in-mountain-array/)
|
| 51 | +- [Count smaller number after Self](https://leetcode.com/problems/count-of-smaller-numbers-after-self/) |
0 commit comments