From fb22d5291b8163ed80ac6751b7eca74bd1b68164 Mon Sep 17 00:00:00 2001 From: Sean Prashad Date: Sat, 26 Dec 2020 20:29:39 -0500 Subject: [PATCH] Update Insert Interval 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 25e0dfa9..7fbf974f 100644 --- a/src/data/index.js +++ b/src/data/index.js @@ -1048,7 +1048,7 @@ const questions = [ name: 'Insert Interval', url: 'https://leetcode.com/problems/insert-interval/', pattern: ['Intervals'], - difficulty: 'Hard', + difficulty: 'Medium', premium: false, companies: ['Google', 'Twitter', 'Amazon', 'Facebook'], },