Skip to content

Commit 56d9c2b

Browse files
committed
Update 0561 solution
1 parent 5ec282a commit 56d9c2b

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

leetcode/0561.Array-Partition-I/README.md renamed to leetcode/0561.Array-Partition/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [561. Array Partition I](https://leetcode.com/problems/array-partition-i/)
1+
# [561. Array Partition](https://leetcode.com/problems/array-partition/)
22

33

44
## 题目

website/content/ChapterFour/0500~0599/0560.Subarray-Sum-Equals-K.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ func subarraySum(nums []int, k int) int {
6161
----------------------------------------------
6262
<div style="display: flex;justify-content: space-between;align-items: center;">
6363
<p><a href="https://books.halfrost.com/leetcode/ChapterFour/0500~0599/0559.Maximum-Depth-of-N-ary-Tree/">⬅️上一页</a></p>
64-
<p><a href="https://books.halfrost.com/leetcode/ChapterFour/0500~0599/0561.Array-Partition-I/">下一页➡️</a></p>
64+
<p><a href="https://books.halfrost.com/leetcode/ChapterFour/0500~0599/0561.Array-Partition/">下一页➡️</a></p>
6565
</div>

website/content/ChapterFour/0500~0599/0561.Array-Partition-I.md renamed to website/content/ChapterFour/0500~0599/0561.Array-Partition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [561. Array Partition I](https://leetcode.com/problems/array-partition-i/)
1+
# [561. Array Partition](https://leetcode.com/problems/array-partition/)
22

33

44
## 题目

website/content/ChapterFour/0500~0599/0563.Binary-Tree-Tilt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ func findTiltDFS(root *TreeNode, sum *int) int {
8585

8686
----------------------------------------------
8787
<div style="display: flex;justify-content: space-between;align-items: center;">
88-
<p><a href="https://books.halfrost.com/leetcode/ChapterFour/0500~0599/0561.Array-Partition-I/">⬅️上一页</a></p>
88+
<p><a href="https://books.halfrost.com/leetcode/ChapterFour/0500~0599/0561.Array-Partition/">⬅️上一页</a></p>
8989
<p><a href="https://books.halfrost.com/leetcode/ChapterFour/0500~0599/0566.Reshape-the-Matrix/">下一页➡️</a></p>
9090
</div>

0 commit comments

Comments
 (0)