Skip to content

Commit 94cfce4

Browse files
authored
Update index.js
1 parent 8c11cb1 commit 94cfce4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/data/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2139,6 +2139,15 @@ const questions = [
21392139
premium: false,
21402140
companies: ['Amazon', 'Microsoft', 'Bloomberg', 'Apple', 'Adobe'],
21412141
},
2142+
{
2143+
id: 170,
2144+
name: 'Number of Students Unable to Eat Lunch',
2145+
url: 'https://leetcode.com/problems/number-of-students-unable-to-eat-lunch/',
2146+
pattern: ['Array'],
2147+
difficulty: 'Easy',
2148+
premium: false,
2149+
companies: ['Revise-These'],
2150+
}
21422151
];
21432152

21442153
const sortBy = { Easy: 0, Medium: 1, Hard: 2 };

0 commit comments

Comments
 (0)