Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b6b0869

Browse filesBrowse files
author
Sean Prashad
authored
Update House Robber from Easy to Medium difficulty (seanprashad#63)
Fixes seanprashad#62
1 parent b7b8174 commit b6b0869
Copy full SHA for b6b0869

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/data/index.js

Copy file name to clipboardExpand all lines: src/data/index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ const questions = [
379379
name: 'House Robber',
380380
url: 'https://leetcode.com/problems/house-robber/',
381381
pattern: ['Dynamic Programming'],
382-
difficulty: 'Easy',
382+
difficulty: 'Medium',
383383
premium: false,
384384
companies: ['Google', 'Apple', 'Adobe', 'Microsoft', 'Amazon'],
385385
},

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.