From 5e31fb2db7a17f805a604b0ddbc4696fdc6fccbf Mon Sep 17 00:00:00 2001 From: Dipak Das <98222877+neoochii@users.noreply.github.com> Date: Wed, 22 Jan 2025 12:41:05 +0530 Subject: [PATCH] update expired link --- assignments/07-sorting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignments/07-sorting.md b/assignments/07-sorting.md index d9517bd2c..223671d81 100644 --- a/assignments/07-sorting.md +++ b/assignments/07-sorting.md @@ -32,7 +32,7 @@ - [How Many Numbers Are Smaller Than the Current Number](https://leetcode.com/problems/how-many-numbers-are-smaller-than-the-current-number/) - [Maximum Product of Two Elements in an Array](https://leetcode.com/problems/maximum-product-of-two-elements-in-an-array/) - [Average Salary Excluding the Minimum and Maximum Salary](https://leetcode.com/problems/average-salary-excluding-the-minimum-and-maximum-salary/) -- [Make Two Arrays Equal by Reversing Sub-arrays](https://leetcode.com/problems/make-two-arrays-equal-by-reversing-sub-arrays/) +- [Make Two Arrays Equal by Reversing Sub-arrays](https://leetcode.com/problems/make-two-arrays-equal-by-reversing-subarrays/) - [Can Make Arithmetic Progression From Sequence](https://leetcode.com/problems/can-make-arithmetic-progression-from-sequence/) - [Sort Array by Increasing Frequency](https://leetcode.com/problems/sort-array-by-increasing-frequency/) - [Special Array With X Elements Greater Than or Equal X](https://leetcode.com/problems/special-array-with-x-elements-greater-than-or-equal-x/)