Let say I have a list of ranges like this
[[1,3], [2,5], [4,6], [8,10], [12,15], [13,17]]
Now I want to find all ranges which contain say [4, 5]. I cannot thin