Tagged Questions
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
...