Skip to content

Commit a2ceb13

Browse files
committed
render chapter two
1 parent 5b58e62 commit a2ceb13

File tree

6 files changed

+146
-58
lines changed

6 files changed

+146
-58
lines changed

leetcode/1217.Play-with-Chips/README.md renamed to leetcode/1217.Minimum-Cost-to-Move-Chips-to-The-Same-Position/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [1217. Play with Chips](https://leetcode.com/problems/play-with-chips/)
1+
# [1217. Minimum Cost to Move Chips to The Same Position](https://leetcode.com/problems/minimum-cost-to-move-chips-to-the-same-position/)
22

33

44
## 题目

website/content/ChapterFour/1217.Play-with-Chips.md renamed to website/content/ChapterFour/1217.Minimum-Cost-to-Move-Chips-to-The-Same-Position.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [1217. Play with Chips](https://leetcode.com/problems/play-with-chips/)
1+
# [1217. Minimum Cost to Move Chips to The Same Position](https://leetcode.com/problems/minimum-cost-to-move-chips-to-the-same-position/)
22

33

44
## 题目

website/content/ChapterTwo/Array.md

Lines changed: 143 additions & 55 deletions
Large diffs are not rendered by default.

website/content/menu/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ headless: true
527527
- [1202.Smallest-String-With-Swaps]({{< relref "/ChapterFour/1202.Smallest-String-With-Swaps.md" >}})
528528
- [1207.Unique-Number-of-Occurrences]({{< relref "/ChapterFour/1207.Unique-Number-of-Occurrences.md" >}})
529529
- [1208.Get-Equal-Substrings-Within-Budget]({{< relref "/ChapterFour/1208.Get-Equal-Substrings-Within-Budget.md" >}})
530-
- [1217.Play-with-Chips]({{< relref "/ChapterFour/1217.Play-with-Chips.md" >}})
530+
- [1217.Minimum-Cost-to-Move-Chips-to-The-Same-Position]({{< relref "/ChapterFour/1217.Minimum-Cost-to-Move-Chips-to-The-Same-Position.md" >}})
531531
- [1221.Split-a-String-in-Balanced-Strings]({{< relref "/ChapterFour/1221.Split-a-String-in-Balanced-Strings.md" >}})
532532
- [1232.Check-If-It-Is-a-Straight-Line]({{< relref "/ChapterFour/1232.Check-If-It-Is-a-Straight-Line.md" >}})
533533
- [1234.Replace-the-Substring-for-Balanced-String]({{< relref "/ChapterFour/1234.Replace-the-Substring-for-Balanced-String.md" >}})

0 commit comments

Comments
 (0)