Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 385 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 385 Bytes

assuresoft/double-booked

Test repository for assuresoft challenge

Double Booked

When maintaining a calendar of events, it is important to know if an event overlaps with another event.

Given a sequence of events, each having a start and end time, write a program that will return the sequence of all pairs of overlapping events

Tests

clojure -T:build test