Skip to content

Latest commit

 

History

History
 
 

missingRanges

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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”]