From 257200f84948753fefb14a2f7aa0591eb5dfac3b Mon Sep 17 00:00:00 2001 From: Sean Prashad Date: Tue, 29 Dec 2020 11:55:25 -0500 Subject: [PATCH] Update Longest Substring Without Repeating Characters from Hard to Medium difficulty --- src/data/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/index.js b/src/data/index.js index 59bc22a4..3a456106 100644 --- a/src/data/index.js +++ b/src/data/index.js @@ -1237,7 +1237,7 @@ const questions = [ url: 'https://leetcode.com/problems/longest-substring-without-repeating-characters/', pattern: ['Sliding Window'], - difficulty: 'Hard', + difficulty: 'Medium', premium: false, companies: [ 'Amazon',