Skip to content

Commit 57febd5

Browse files
authored
Update substring-with-concatenation-of-all-words.cpp
1 parent dede866 commit 57febd5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

C++/substring-with-concatenation-of-all-words.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ class Solution {
3434
}
3535
if (count == n) {
3636
result.emplace_back(left);
37-
--tmp[s.substr(left, k)];
38-
--count;
39-
left += k;
4037
}
4138
} else {
4239
tmp.clear();

0 commit comments

Comments
 (0)