Hacker News new | ask | show | jobs
by thearrow 1684 days ago
For the last point about "Find Overlapping Ranges", consider PostgreSQL range types [0] and their corresponding range operators [1].

[0]: https://www.postgresql.org/docs/current/rangetypes.html

[1]: https://www.postgresql.org/docs/current/functions-range.html

1 comments

What I do is negate a check that determines if they don't overlap. Done.