Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 10660ec

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/data/index.js

Copy file name to clipboardExpand all lines: src/data/index.js
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.