You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To intervals [B1..E1) and [B2..E2) do not overlap when
E1 <= B2 || E2 <= B1 <=> B1 >= E2 || B2 >= E1.
Hence the overlap may occur is (B1 < E2) and (B2 < E1).
0 commit comments