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/)