Skip to content

Commit 05ca370

Browse files
committed
Create README - LeetHub
1 parent 28eb336 commit 05ca370

File tree

1 file changed

+1
-1
lines changed
  • 0003-longest-substring-without-repeating-characters

1 file changed

+1
-1
lines changed

0003-longest-substring-without-repeating-characters/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h2><a href="https://leetcode.com/problems/longest-substring-without-repeating-characters">3. Longest Substring Without Repeating Characters</a></h2><h3>Medium</h3><hr><p>Given a string <code>s</code>, find the length of the <strong>longest</strong> <span data-keyword="substring-nonempty"><strong>substring</strong></span> without repeating characters.</p>
1+
<h2><a href="https://leetcode.com/problems/longest-substring-without-repeating-characters/">3. Longest Substring Without Repeating Characters</a></h2><h3>Medium</h3><hr><p>Given a string <code>s</code>, find the length of the <strong>longest</strong> <span data-keyword="substring-nonempty"><strong>substring</strong></span> without repeating characters.</p>
22

33
<p>&nbsp;</p>
44
<p><strong class="example">Example 1:</strong></p>

0 commit comments

Comments
 (0)