runopencode/event-overlaps

Provides you with basic logic to check for events overlaping.

1.2.0 2022-06-20 10:34 UTC

This package is auto-updated.

Last update: 2024-10-20 16:13:48 UTC


README

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

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