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 b9a8e3e

Browse filesBrowse files
author
Sean Prashad
authored
Update Container With Most Water from Hard to Medium difficulty (seanprashad#82)
1 parent 68c5871 commit b9a8e3e
Copy full SHA for b9a8e3e

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
@@ -1947,7 +1947,7 @@ const questions = [
19471947
name: 'Container With Most Water',
19481948
url: 'https://leetcode.com/problems/container-with-most-water/',
19491949
pattern: ['Two Pointers'],
1950-
difficulty: 'Hard',
1950+
difficulty: 'Medium',
19511951
premium: false,
19521952
companies: ['Amazon', 'Facebook', 'Adobe', 'Apple', 'Bloomberg'],
19531953
},

0 commit comments

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