Skip to content

Commit

Permalink
render chapter two
Browse files Browse the repository at this point in the history
  • Loading branch information
halfrost committed Jan 15, 2021
1 parent 5b58e62 commit a2ceb13
Show file tree
Hide file tree
Showing 6 changed files with 146 additions and 58 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [1217. Play with Chips](https://leetcode.com/problems/play-with-chips/)
# [1217. Minimum Cost to Move Chips to The Same Position](https://leetcode.com/problems/minimum-cost-to-move-chips-to-the-same-position/)


## 题目
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [1217. Play with Chips](https://leetcode.com/problems/play-with-chips/)
# [1217. Minimum Cost to Move Chips to The Same Position](https://leetcode.com/problems/minimum-cost-to-move-chips-to-the-same-position/)


## 题目
Expand Down
198 changes: 143 additions & 55 deletions website/content/ChapterTwo/Array.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion website/content/menu/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ headless: true
- [1202.Smallest-String-With-Swaps]({{< relref "/ChapterFour/1202.Smallest-String-With-Swaps.md" >}})
- [1207.Unique-Number-of-Occurrences]({{< relref "/ChapterFour/1207.Unique-Number-of-Occurrences.md" >}})
- [1208.Get-Equal-Substrings-Within-Budget]({{< relref "/ChapterFour/1208.Get-Equal-Substrings-Within-Budget.md" >}})
- [1217.Play-with-Chips]({{< relref "/ChapterFour/1217.Play-with-Chips.md" >}})
- [1217.Minimum-Cost-to-Move-Chips-to-The-Same-Position]({{< relref "/ChapterFour/1217.Minimum-Cost-to-Move-Chips-to-The-Same-Position.md" >}})
- [1221.Split-a-String-in-Balanced-Strings]({{< relref "/ChapterFour/1221.Split-a-String-in-Balanced-Strings.md" >}})
- [1232.Check-If-It-Is-a-Straight-Line]({{< relref "/ChapterFour/1232.Check-If-It-Is-a-Straight-Line.md" >}})
- [1234.Replace-the-Substring-for-Balanced-String]({{< relref "/ChapterFour/1234.Replace-the-Substring-for-Balanced-String.md" >}})
Expand Down

0 comments on commit a2ceb13

Please sign in to comment.