From e492f028bd008e9d26600486a5a12bdbd297fafa Mon Sep 17 00:00:00 2001 From: Sean Prashad Date: Mon, 14 Dec 2020 20:22:46 -0500 Subject: [PATCH] Update House Robber from Easy to Medium difficulty Fixes #62 --- 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 ddbf5865..e3b46d16 100644 --- a/src/data/index.js +++ b/src/data/index.js @@ -379,7 +379,7 @@ const questions = [ name: 'House Robber', url: 'https://leetcode.com/problems/house-robber/', pattern: ['Dynamic Programming'], - difficulty: 'Easy', + difficulty: 'Medium', premium: false, companies: ['Google', 'Apple', 'Adobe', 'Microsoft', 'Amazon'], },