Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 312 Bytes

File metadata and controls

11 lines (7 loc) · 312 Bytes

NumericRangeSet

Program to accept of set of numerical range values in the include list and exclude list. The expected output is a sorted list which excludes the numbers from excluded list and includes the numbers from included list.

Example:-

Includes: 5-125

Excludes: 50-80

Expected Output: 5-49, 81-125