Skip to content

Commit 7427456

Browse files
Merge pull request SharingSource#378 from SharingSource/ac_oier
✨update: Modify 917
2 parents f4b2c5f + 5e8df89 commit 7427456

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

LeetCode/911-920/917. 仅仅反转字母(简单).md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
### 题目描述
22

3-
这是 LeetCode 上的 **[911. 在线选举](https://leetcode-cn.com/problems/reverse-only-letters/solution/gong-shui-san-xie-jian-dan-shuang-zhi-zh-xrpt/)** ,难度为 **中等**
3+
这是 LeetCode 上的 **[917. 仅仅反转字母](https://leetcode-cn.com/problems/reverse-only-letters/solution/gong-shui-san-xie-jian-dan-shuang-zhi-zh-xrpt/)** ,难度为 **简单**
44

5+
Tag : 「双指针」
56

67

7-
Tag : 「双指针」
88

99
给你一个字符串 `s` ,根据下述规则反转字符串:
1010

@@ -69,7 +69,7 @@ class Solution {
6969

7070
### 最后
7171

72-
这是我们「刷穿 LeetCode」系列文章的第 `No.911` 篇,系列开始于 2021/01/01,截止于起始日 LeetCode 上共有 1916 道题目,部分是有锁题,我们将先把所有不带锁的题目刷完。
72+
这是我们「刷穿 LeetCode」系列文章的第 `No.917` 篇,系列开始于 2021/01/01,截止于起始日 LeetCode 上共有 1916 道题目,部分是有锁题,我们将先把所有不带锁的题目刷完。
7373

7474
在这个系列文章里面,除了讲解解题思路以外,还会尽可能给出最为简洁的代码。如果涉及通解还会相应的代码模板。
7575

0 commit comments

Comments
 (0)