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'], },