Description
Solutions
Submission
Find Maximum Rush 🍍
🔥 FULLTIME

Given lots of intervals of login and logout of users, find the number of day(s) when 'maximum rush' happend.

Example 1:

Input:  login = [1, 5, 5], logout = [5, 10, 5]
Output: 1
Explanation:
The answer is 1 because the maximum rush = 3 happened on day 5.
Constraints:
    Unknwon for now
Thumbnail 0
Thumbnail 1
Testcase

Result
Case 1

input:

output: