From bd578324f4e303a9c7f6fc1353ae63815731aa7c Mon Sep 17 00:00:00 2001 From: jayeshkumarsingh11 Date: Sat, 28 Mar 2026 00:33:48 +0530 Subject: [PATCH] Correct the link of Array Partiton 1 --- 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..1c3e5ffcc 100644 --- a/assignments/07-sorting.md +++ b/assignments/07-sorting.md @@ -17,7 +17,7 @@ - [Intersection of Two Arrays II](https://leetcode.com/problems/intersection-of-two-arrays-ii/) - [Third Maximum Number](https://leetcode.com/problems/third-maximum-number/) - [Assign Cookies](https://leetcode.com/problems/assign-cookies/) -- [Array Partition I](https://leetcode.com/problems/array-partition-i/) +- [Array Partition I](https://leetcode.com/problems/array-partition/) - [Maximum Product of Three Numbers](https://leetcode.com/problems/maximum-product-of-three-numbers/) - [Sort Array By Parity](https://leetcode.com/problems/sort-array-by-parity/) - [Sort Array By Parity II](https://leetcode.com/problems/sort-array-by-parity-ii/)