From 65b399b1718998b57394f10f1ffc5fe6f1a02c27 Mon Sep 17 00:00:00 2001 From: Rhae-Shane Date: Sun, 3 Aug 2025 19:01:06 +0530 Subject: [PATCH 1/2] Fix broken Leetcode link for Array Partition I --- 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/) From e68f39fe958e5a100414a8345b8d39a51aa09d1c Mon Sep 17 00:00:00 2001 From: Rhae-Shane Date: Sun, 3 Aug 2025 21:24:44 +0530 Subject: [PATCH 2/2] Fix broken Leetcode link for Array Partition --- 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 1c3e5ffcc..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/) +- [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/)