folks,
have heard of this problem quite some time back. thought of posting it, to get some views of doing this like using some construct or other efficient means(specialized trees may be)
Given a set of ranges in pairs (5,18) (12,23) (15,30)
split them into all possible subranges which are seen overlapping other ranges in the set. like (5,11) (12,14) (15,18) (19,23) (24,30)
thanks all, appreciate that...
rajan...
PS is this aa standard problem, if yes, would like tu know its name