From 31125a14f827dcd324b82c78b84e1f86df66f79c Mon Sep 17 00:00:00 2001 From: Sean Prashad Date: Sun, 27 Dec 2020 22:27:03 -0500 Subject: [PATCH] Update Container With Most Water 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 7fbf974f..59bc22a4 100644 --- a/src/data/index.js +++ b/src/data/index.js @@ -1947,7 +1947,7 @@ const questions = [ name: 'Container With Most Water', url: 'https://leetcode.com/problems/container-with-most-water/', pattern: ['Two Pointers'], - difficulty: 'Hard', + difficulty: 'Medium', premium: false, companies: ['Amazon', 'Facebook', 'Adobe', 'Apple', 'Bloomberg'], },