Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 223 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 223 Bytes

Missing Ranges

Given a sorted integer array where the range of elements are [0, 99] inclusive, return its missing ranges.

For example, given [0, 1, 3, 50, 75], return [“2”, “4->49”, “51->74”, “76->99”]