April 8, 2024

Apr
08
2024
0

Daily Question – 1700. Number of Students Unable to Eat Lunch

Description: https://leetcode.com/problems/number-of-students-unable-to-eat-lunch/description/ Notes: Time Complexity = O(n2), can be simplify to O(n) Code: