Skip to content

Commit eb3c523

Browse files
Sean PrashadSean Prashad
Sean Prashad
authored and
Sean Prashad
committed
Move Longest Substring Without Repeating Characters into Medium
1 parent e473a47 commit eb3c523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,11 +289,11 @@ The sliding window approach can be found under `1. Sliding Window` [here].
289289
1. Fruit Into Baskets: https://leetcode.com/problems/fruit-into-baskets/
290290
1. Permutation in String: https://leetcode.com/problems/permutation-in-string/
291291
1. Longest Repeating Character Replacement: https://leetcode.com/problems/longest-repeating-character-replacement/
292+
1. Longest Substring Without Repeating Characters: https://leetcode.com/problems/longest-substring-without-repeating-characters/
292293

293294
#### Hard:
294295

295296
1. Sliding Window Maximum: https://leetcode.com/problems/sliding-window-maximum/
296-
1. Longest Substring Without Repeating Characters: https://leetcode.com/problems/longest-substring-without-repeating-characters/
297297
1. Minimum Number of K Consecutive Bit Flips: https://leetcode.com/problems/minimum-number-of-k-consecutive-bit-flips/
298298
1. Unique Letter String: https://leetcode.com/problems/unique-letter-string/
299299
1. Minimum Window Substring: https://leetcode.com/problems/minimum-window-substring/

0 commit comments

Comments
 (0)