Skip to content

Commit de56644

Browse files
authored
Added a question
1 parent a8e076c commit de56644

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/data/index.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2138,7 +2138,16 @@ const questions = [
21382138
difficulty: 'Easy',
21392139
premium: false,
21402140
companies: ['Amazon', 'Microsoft', 'Bloomberg', 'Apple', 'Adobe'],
2141-
}
2141+
},
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)