runopencode/event-overlaps

Provides you with basic logic to check for events overlaping.

Installs: 15 201

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 0

pkg:composer/runopencode/event-overlaps

1.2.0 2022-06-20 10:34 UTC

This package is auto-updated.

Last update: 2025-09-20 18:10:15 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.