Skip to content

Commit 10660ec

Browse files
author
Sean Prashad
authored
Update Longest Substring Without Repeating Characters from Hard to Medium difficulty (seanprashad#84)
1 parent 4f5e59f commit 10660ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ const questions = [
12371237
url:
12381238
'https://leetcode.com/problems/longest-substring-without-repeating-characters/',
12391239
pattern: ['Sliding Window'],
1240-
difficulty: 'Hard',
1240+
difficulty: 'Medium',
12411241
premium: false,
12421242
companies: [
12431243
'Amazon',

0 commit comments

Comments
 (0)