541~1382连接合并+commit之前 gitpull
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
## 763.划分字母区间
|
||||
|
||||
题目链接: https://leetcode-cn.com/problems/partition-labels/
|
||||
[力扣题目链接](https://leetcode-cn.com/problems/partition-labels/)
|
||||
|
||||
字符串 S 由小写字母组成。我们要把这个字符串划分为尽可能多的片段,同一字母最多出现在一个片段中。返回一个表示每个字符串片段的长度的列表。
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
划分结果为 "ababcbaca", "defegde", "hijhklij"。
|
||||
每个字母最多出现在一个片段中。
|
||||
像 "ababcbacadefegde", "hijhklij" 的划分是错误的,因为划分的片段数较少。
|
||||
|
||||
|
||||
提示:
|
||||
|
||||
* S的长度在[1, 500]之间。
|
||||
|
||||
Reference in New Issue
Block a user