摘要: Given a sorted integer array where the range of elements are [lower, upper] inclusive, return its missing ranges. For example, given [0, 1, 3, 50, 75] 阅读全文
posted @ 2016-08-17 11:10 fenshen371 阅读(122) 评论(0) 推荐(0) 编辑
摘要: You are given an integer array nums and you have to return a new counts array. The counts array has the property where counts[i] is the number of smal 阅读全文
posted @ 2016-08-17 08:56 fenshen371 阅读(229) 评论(0) 推荐(0) 编辑