Skip to content

Commit a6c1266

Browse files
committed
fd
1 parent 0e61d64 commit a6c1266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solution/src/main/java/com/inuker/solution/SubstringWithConcatenationOfAllWords.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
public class SubstringWithConcatenationOfAllWords {
1212

13-
// 131ms,性能还有继续优化的空间
13+
// 118ms,最直接的做法
1414

1515
// 这些words可能有重复
1616
public List<Integer> findSubstring(String s, String[] words) {

0 commit comments

Comments
 (0)