Skip to content

Commit fb8b26e

Browse files
authored
update difficulties for questions (#177)
1 parent 33bb179 commit fb8b26e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ const questions = [
459459
name: 'Maximum Subarray',
460460
url: 'https://leetcode.com/problems/maximum-subarray/',
461461
pattern: ['Dynamic Programming'],
462-
difficulty: 'Easy',
462+
difficulty: 'Medium',
463463
premium: false,
464464
companies: [
465465
'LinkedIn',
@@ -1177,7 +1177,7 @@ const questions = [
11771177
name: 'Peak Index in a Mountain Array',
11781178
url: 'https://leetcode.com/problems/peak-index-in-a-mountain-array/',
11791179
pattern: ['Binary Search'],
1180-
difficulty: 'Easy',
1180+
difficulty: 'Medium',
11811181
premium: false,
11821182
companies: ['Google', 'Amazon', 'Bloomberg', 'Facebook'],
11831183
},

0 commit comments

Comments
 (0)