diff --git a/blog/2024-06-21-binary-search-problems/binary-search-problems.md b/blog/2024-06-21-binary-search-problems/binary-search-problems.md new file mode 100644 index 00000000..6ef0fe97 --- /dev/null +++ b/blog/2024-06-21-binary-search-problems/binary-search-problems.md @@ -0,0 +1,32 @@ +--- +slug: binary-search-problems +title: Binary Search Problems +authors: [Anshika] +tags: ["30daysofcpp", "arrays", "practice-problems","leetcode"] +--- + +- [Binary Search](https://leetcode.com/problems/binary-search/description/) + +- [Median of Two Sorted Arrays](https://leetcode.com/problems/median-of-two-sorted-arrays/description/) + +- [Search in Rotated Sorted Array](https://leetcode.com/problems/search-in-rotated-sorted-array/description/) + +- [Search Insert Position](https://leetcode.com/problems/search-insert-position/description/) + +- [Search a 2D Matrix II](https://leetcode.com/problems/search-a-2d-matrix-ii/description/) + +- [First Bad Version](https://leetcode.com/problems/first-bad-version/description/) + +- [Intersection of Two Arrays](https://leetcode.com/problems/intersection-of-two-arrays/description/) + +- [Intersection of Two Arrays II](https://leetcode.com/problems/intersection-of-two-arrays-ii/description/) + +- [Guess Number Higher or Lower](https://leetcode.com/problems/guess-number-higher-or-lower/description/) + +- [Arranging Coins](https://leetcode.com/problems/arranging-coins/description/) + +- [Single Element in a Sorted Array](https://leetcode.com/problems/single-element-in-a-sorted-array/description/) + +- [Most Profit Assigning Work](https://leetcode.com/problems/most-profit-assigning-work/description/) + +- [Ugly Number III](https://leetcode.com/problems/ugly-number-iii/description/) \ No newline at end of file