From 08aba8237d4786708c93719ced82711c13d6163f Mon Sep 17 00:00:00 2001 From: Arin Agrawal <79896874+arinagrawal05@users.noreply.github.com> Date: Sun, 2 Nov 2025 11:27:50 +0530 Subject: [PATCH] Fixed entry for 'Two Sum II - Input array is sorted' from the Easy to Medium section as per leetcode. Fixed entry for 'Two Sum II - Input array is sorted' from the Easy to Medium section as per leetcode. --- assignments/06-searching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignments/06-searching.md b/assignments/06-searching.md index 96f6d5edb..f5c358927 100644 --- a/assignments/06-searching.md +++ b/assignments/06-searching.md @@ -10,7 +10,6 @@ - [Square Root](https://leetcode.com/problems/sqrtx/) - [Guess Number Higher or Lower](https://leetcode.com/problems/guess-number-higher-or-lower/) - [First Bad Version](https://leetcode.com/problems/first-bad-version/) -- [Two Sum II - Input array is sorted](https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/) - [Valid Perfect Square](https://leetcode.com/problems/valid-perfect-square/) - [Arranging Coins(Easy)](https://leetcode.com/problems/arranging-coins/) - [Find Smallest Letter Greater Than Target](https://leetcode.com/problems/find-smallest-letter-greater-than-target/) @@ -32,6 +31,7 @@ - [Search in Rotated Sorted Array II](https://leetcode.com/problems/search-in-rotated-sorted-array-ii/) - [Find Minimum in Rotated Sorted Array](https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/) - [Find Peak Element](https://leetcode.com/problems/find-peak-element/) +- [Two Sum II - Input array is sorted](https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/) - [Find Right Interval](https://leetcode.com/problems/find-right-interval/) - [Reach a Number](https://leetcode.com/problems/reach-a-number/) - [Maximum Value at a Given Index in a Bounded Array](https://leetcode.com/problems/maximum-value-at-a-given-index-in-a-bounded-array/)