Skip to content

Commit 041e692

Browse files
authored
Rename Longest Substring Without Repeating Characters.txt to README.txt
1 parent 1b137f8 commit 041e692

File tree

1 file changed

+1
-1
lines changed
  • Problem Solution/3) Longest Substring Without Repeating Characters

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ Notice that the answer must be a substring, "pwke" is a subsequence and not a su
2727
Constraints:
2828

2929
0 <= s.length <= 5 * 104
30-
s consists of English letters, digits, symbols and spaces.
30+
s consists of English letters, digits, symbols and spaces.

0 commit comments

Comments
 (0)