We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c8d01 commit 0c29c3eCopy full SHA for 0c29c3e
problems/0541.反转字符串II.md
@@ -37,7 +37,7 @@
37
38
因为要找的也就是每2 * k 区间的起点,这样写,程序会高效很多。
39
40
-**所以当需要固定规律一段一段去处理字符串的时候,要想想在在for循环的表达式上做做文章。**
+**所以当需要固定规律一段一段去处理字符串的时候,要想想在for循环的表达式上做做文章。**
41
42
性能如下:
43
<img src='https://code-thinking.cdn.bcebos.com/pics/541_反转字符串II.png' width=600> </img></div>
@@ -505,3 +505,4 @@ impl Solution {
505
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
506
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
507
</a>
508
+
0 commit comments