Skip to content

Commit 321f8e7

Browse files
Update algorithms/sliding_window/substring_concatenation/README.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 07e2005 commit 321f8e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • algorithms/sliding_window/substring_concatenation

algorithms/sliding_window/substring_concatenation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ without any intervening characters.
77

88
Formally, a concatenated string is a permutation of all words joined together. For example, if words = ["ab", "cd", "ef"],
99
then the following are all valid concatenated strings: "abcdef", "abefcd", "cdabef", "cdefab", "efabcd", "efcdab".
10-
However,z"acdbef" is not valid because it is not formed by concatenating all the words in any order.
10+
However, "acdbef" is not valid because it is not formed by concatenating all the words in any order.
1111

1212
Your task is to return all starting indices of substrings in s that are concatenated strings.
1313

0 commit comments

Comments
 (0)