Skip to content

Commit 50ef207

Browse files
authored
Update README.md
1 parent 1e41aa8 commit 50ef207

File tree

1 file changed

+2
-2
lines changed
  • solution/2900-2999/2981.Find Longest Special Substring That Occurs Thrice I

1 file changed

+2
-2
lines changed

solution/2900-2999/2981.Find Longest Special Substring That Occurs Thrice I/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,9 @@ function maximumLength(s: string): number {
271271

272272
<!-- solution:start -->
273273

274-
### Solution 2: Counting
274+
### 方法二:计数
275275

276-
The time complexity is $O(n)$
276+
时间复杂度 $O(n)$
277277

278278
<!-- tabs:start -->
279279

0 commit comments

Comments
 (0)