Redian新闻
>
这个现在飞270米。等到能飞10到15分钟,
avatar
这个现在飞270米。等到能飞10到15分钟,# Joke - 肚皮舞运动
d*0
1
Given a starting integer 'a' and an end integer 'b' and a list of exclusions
, provide a list of ranges between 'a' and 'b' excluding everything within
the exclusion list. For example, imagine the following case:
Input:
a = 1
b = 10
exclusion_list = [3, 5, 7]
Output:
['1-2', '4', '6', '8-10']
avatar
a*i
2
所出售奶票厂家名:
gerber 家奶票
单张面值:
2张5.95;2张2.95;1张12刀;1张3刀;共32.8刀
可接受价格(例,5折,必须明码标价):
5折加邮费
奶票有效期:
3/1/2013的2张;2/1/2013的2张;1/1/2013的2张
奶票来源:
厂家邮寄
补充说明:
邮寄损失哪方承担:
付款方式说明:
paypal
本帖有效期:
till gone
联系方式:
站内
avatar
o*r
4
我怎么觉得是leetcode原题?
avatar
C*e
5
$3 coupon to sell, total 12张,can be used with formula check. Total PayPal
$8+shipping.
avatar
t*u
6
没啥新意。
avatar
d*n
7
拿list里面的数做二分查找
mlogb

exclusions

【在 d*********0 的大作中提到】
: Given a starting integer 'a' and an end integer 'b' and a list of exclusions
: , provide a list of ranges between 'a' and 'b' excluding everything within
: the exclusion list. For example, imagine the following case:
: Input:
: a = 1
: b = 10
: exclusion_list = [3, 5, 7]
: Output:
: ['1-2', '4', '6', '8-10']

avatar
G*U
8
很不错吧。如果像塞格维那样凭姿态和双脚就能控制。

【在 t***u 的大作中提到】
: 没啥新意。
avatar
d*n
9
这复杂度看着像骂人

【在 d*******n 的大作中提到】
: 拿list里面的数做二分查找
: mlogb
:
: exclusions

avatar
z*n
11
exclusion list有序的话扫一遍exclusion list就行了,O(n)
没序的话,先排序。nlogn
avatar
H*g
12
cool
avatar
s*g
13
Summary Range吧
只不过原题是inclusive list
你的是exclusive,但是没差吧

exclusions

【在 d*********0 的大作中提到】
: Given a starting integer 'a' and an end integer 'b' and a list of exclusions
: , provide a list of ranges between 'a' and 'b' excluding everything within
: the exclusion list. For example, imagine the following case:
: Input:
: a = 1
: b = 10
: exclusion_list = [3, 5, 7]
: Output:
: ['1-2', '4', '6', '8-10']

avatar
y*y
14
Re
O(n)
N is list size

:Summary Range吧
:只不过原题是inclusive list
:你的是exclusive,但是没差吧

【在 s**********g 的大作中提到】
: Summary Range吧
: 只不过原题是inclusive list
: 你的是exclusive,但是没差吧
:
: exclusions

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。