Update 0561 solution

This commit is contained in:
halfrost
2022-08-31 20:20:20 +08:00
parent 5ec282a5c7
commit 56d9c2ba75
6 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# [561. Array Partition I](https://leetcode.com/problems/array-partition-i/)
# [561. Array Partition](https://leetcode.com/problems/array-partition/)
## 题目

View File

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

View File

@ -1,4 +1,4 @@
# [561. Array Partition I](https://leetcode.com/problems/array-partition-i/)
# [561. Array Partition](https://leetcode.com/problems/array-partition/)
## 题目

View File

@ -85,6 +85,6 @@ func findTiltDFS(root *TreeNode, sum *int) int {
----------------------------------------------
<div style="display: flex;justify-content: space-between;align-items: center;">
<p><a href="https://books.halfrost.com/leetcode/ChapterFour/0500~0599/0561.Array-Partition-I/">⬅️上一页</a></p>
<p><a href="https://books.halfrost.com/leetcode/ChapterFour/0500~0599/0561.Array-Partition/">⬅️上一页</a></p>
<p><a href="https://books.halfrost.com/leetcode/ChapterFour/0500~0599/0566.Reshape-the-Matrix/">下一页➡️</a></p>
</div>