Skip to content

Commit 0104b0e

Browse files
Update README.md
1 parent 6a89003 commit 0104b0e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55
<!--module 3 starts-->
66
<details>
77
<summary> <strong>3. Longest Substring Without Repeating Characters</strong> </summary>
8-
Given a string s, find the length of the longest
9-
substring
10-
without repeating characters.
118
```typescript
9+
Given a string s, find the length of the longest substring without repeating characters.
10+
1211
Example 1:
1312
Input: s = "abcabcbb"
1413
Output: 3

0 commit comments

Comments
 (0)