From c92d0f5df36623094d59953897fe27cb71e2c3c9 Mon Sep 17 00:00:00 2001 From: sahil58555 <96676636+sahil58555@users.noreply.github.com> Date: Sat, 22 Oct 2022 09:43:40 +0530 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 403b6d9..3656773 100644 --- a/README.md +++ b/README.md @@ -134,3 +134,9 @@ Sign up with [Triplebyte](https://triplebyte.com/iv/axLndCI/cp) for free to inte * [Bulb Switcher IV](https://leetcode.com/problems/bulb-switcher-iv/) (medium) * [Candy](https://leetcode.com/problems/candy/) (hard) * [Couples holding hands](https://leetcode.com/problems/couples-holding-hands/) (hard) +## Binary Search +* [Median of Two Sorted Arrays] (https://leetcode.com/problems/median-of-two-sorted-arrays/) (easy) +* [Search Insert Position] (https://leetcode.com/problems/search-insert-position/) (easy) +* [Find First and Last Position of Element in Sorted Array] (https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/) (medium) +* [Kth Smallest Element in a Sorted Matrix] (https://leetcode.com/problems/kth-smallest-element-in-a-sorted-matrix/) (medium) +* [Single Element in a Sorted Array] (https://leetcode.com/problems/single-element-in-a-sorted-array/) (medium)