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 91c56e1

Browse filesBrowse files
author
Sean Prashad
authored
Update Letter Case Permutation from Easy to Medium difficulty (seanprashad#53)
Fixes seanprashad#52
1 parent a47480e commit 91c56e1
Copy full SHA for 91c56e1

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
@@ -180,7 +180,7 @@ const questions = [
180180
name: 'Letter Case Permutation',
181181
url: 'https://leetcode.com/problems/letter-case-permutation/',
182182
pattern: ['Backtracking'],
183-
difficulty: 'Easy',
183+
difficulty: 'Medium',
184184
premium: false,
185185
companies: ['Amazon'],
186186
},

0 commit comments

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