更新力扣链接

This commit is contained in:
programmercarl
2022-06-27 09:58:45 +08:00
parent 812aeeda30
commit 1b16a934d6
167 changed files with 189 additions and 189 deletions

View File

@@ -7,7 +7,7 @@
# 763.划分字母区间
[力扣题目链接](https://leetcode-cn.com/problems/partition-labels/)
[力扣题目链接](https://leetcode.cn/problems/partition-labels/)
字符串 S 由小写字母组成。我们要把这个字符串划分为尽可能多的片段,同一字母最多出现在一个片段中。返回一个表示每个字符串片段的长度的列表。