Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
9answers
6k views

A range intersection algorithm better than O(n)?

Range intersection is a simple, but non-trivial problem. Its has been answered twice already: http://stackoverflow.com/questions/224878/find-number-range-intersection ...
2
votes
1answer
97 views

Detecting overlapping date recurrence rules

I'm working in a application that looks like Google Calendar, but with one main difference: events shouldn't have intersections with other events. This means that no two events may share common time, ...
0
votes
2answers
674 views

Interval in c++

I have a 44100 samples audio data at the moment but this will be larger in size. This is saved in a file. I would like to make a interval of these while reading this from a file and doing some more ...