Skip to content

Commit fca7d48

Browse files
authored
Update README.md
1 parent 9517afd commit fca7d48

File tree

1 file changed

+2
-2
lines changed
  • solution/3100-3199/3163.String Compression III

1 file changed

+2
-2
lines changed

solution/3100-3199/3163.String Compression III/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ function compressedString(word: string): string {
215215

216216
<!-- solution:start -->
217217

218-
### Solution 2: Two Pointers
218+
### 方法二:双指针
219219

220220
<!-- tabs:start -->
221221

@@ -259,7 +259,7 @@ function compressedString(word) {
259259

260260
<!-- solution:start -->
261261

262-
### Solution 3: RegExp
262+
### 方法三:正则匹配
263263

264264
<!-- tabs:start -->
265265

0 commit comments

Comments
 (0)