From 96762a912172b95a039c597cb32002e4573a49b0 Mon Sep 17 00:00:00 2001 From: kshitiz goel <160487373+Kshitizgopal@users.noreply.github.com> Date: Mon, 20 Jan 2025 18:29:37 +0530 Subject: [PATCH] Update 07-sorting.md Array Partition I to Array partition and all 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..e9a9781c6 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](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/)