Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 161 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 161 Bytes

This is just a simple calculator for calculating overlapping between events (start and end dates).

Algorithm complexity: (n * n - 1) / 2 => quasi polynomial.