Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fa3460c

Browse files
Merge pull request youngyangyang04#2765 from ZaneCodeJourney/0541
0541.反转字符串II 思路部分 纠正笔误
2 parents dbc93eb + 0c29c3e commit fa3460c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎problems/0541.反转字符串II.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
因为要找的也就是每2 * k 区间的起点,这样写,程序会高效很多。
3939

40-
**所以当需要固定规律一段一段去处理字符串的时候,要想想在在for循环的表达式上做做文章**
40+
**所以当需要固定规律一段一段去处理字符串的时候,要想想在for循环的表达式上做做文章**
4141

4242
性能如下:
4343
<img src='https://code-thinking.cdn.bcebos.com/pics/541_反转字符串II.png' width=600> </img></div>
@@ -505,3 +505,4 @@ impl Solution {
505505
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
506506
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
507507
</a>
508+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /