/MinimunSpanningRange

Tries to solve the problem explained in the ReadMe.

Primary LanguageJavaScriptMIT LicenseMIT

MinimunSpanningRange Build Status

Tries to solve the problem explained in the ReadMe.

Given a set of ranges and a target range, find the smallest set of ranges that covers the target range. All the ranges in the set should overlap.