[Solved] Interval range insert with split into unique ranges
in the actual code there is a differentiation between old interval ranges and new ranges after applying certain operation those ranges would be merged together. I wanted to split the question into smaller chunk so the merging part is left out. Solely: It is easier to merge in the new interval directly, instead of artificially … Read more