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 9517afd commit fca7d48Copy full SHA for fca7d48
solution/3100-3199/3163.String Compression III/README.md
@@ -215,7 +215,7 @@ function compressedString(word: string): string {
215
216
<!-- solution:start -->
217
218
-### Solution 2: Two Pointers
+### 方法二:双指针
219
220
<!-- tabs:start -->
221
@@ -259,7 +259,7 @@ function compressedString(word) {
259
260
261
262
-### Solution 3: RegExp
+### 方法三:正则匹配
263
264
265
0 commit comments