I have a large list of objects where each object has a unique
(non-overlapping) date range. The list is sorted chronologically . What is
the most efficient way to search this list for a single object that spans a
specified date?
(non-overlapping) date range. The list is sorted chronologically . What is
the most efficient way to search this list for a single object that spans a
specified date?
Comment