228. Summary Ranges
文章目录
228 Summary Ranges
Difficulty: Medium
Given a sorted integer array without duplicates, return the summary of its ranges.
For example, given [0,1,2,4,5,7], return [“0->2”,“4->5”,“7”].
|
|
文章作者 Hustbill
上次更新 2016-09-22
228 Summary Ranges
Difficulty: Medium
Given a sorted integer array without duplicates, return the summary of its ranges.
For example, given [0,1,2,4,5,7], return [“0->2”,“4->5”,“7”].
|
|
文章作者 Hustbill
上次更新 2016-09-22