摘要: There are some chips, and the i-th chip is at position chips[i]. You can perform any of the two following types of moves any number of times (possibly 阅读全文
posted @ 2020-01-18 10:34 Schwifty 阅读(203) 评论(0) 推荐(0)
摘要: Given an array of integers nums and a positive integer k, find whether it's possible to divide this array into sets of k consecutive numbersReturn Tru 阅读全文
posted @ 2020-01-18 06:44 Schwifty 阅读(429) 评论(0) 推荐(0)
摘要: Given a list of intervals, remove all intervals that are covered by another interval in the list. Interval [a,b) is covered by interval [c,d) if and o 阅读全文
posted @ 2020-01-18 01:29 Schwifty 阅读(299) 评论(0) 推荐(0)