Redian新闻
>
15% off iTunes Gift Card at Bestbuy Free Shipping (转载)
avatar
15% off iTunes Gift Card at Bestbuy Free Shipping (转载)# Apple - 家有苹果
g*y
1
1. sort stack using only pop(), top(), push(), isEmpty(),isFull(). Do not
use any auxiliary stacks or arrays.
感觉不用辅助空间做不到啊,这题是真的有很巧妙的方法?还是玩玩文字游戏--比如用
linked list然后宣称它不是stack也不是array...
2. Given a set of coin denominators, find the minimum number of coins to
give a certain amount of change
贪心和DP,回溯法应该都能做的,无非就是状态空间搜索,但是我想到的都是伪多项式
的算法,感觉这道题应该能利用某些数论的知识在多项式时间解决?
avatar
G*s
2
【 以下文字转载自 SmartShopper 俱乐部 】
发信人: GoRockets (火箭加油), 信区: SmartShopper
标 题: 15% off iTunes Gift Card at Bestbuy Free Shipping
发信站: BBS 未名空间站 (Sun Oct 16 13:25:59 2011, 美东)
Bestbuy has 15% off iTunes Gift Cards on sale with free shipping. Apply to
all face values.
http://userquote.com/forum/index.php?topic=829.msg1070#msg1070
avatar
k*k
3
1. sort stack using only pop(), top(), push(), isEmpty(),isFull(). Do not
use any auxiliary stacks or arrays.
use the function call stack for temporary storage... O(n^2) i guess.
你想多了。。。 :)
avatar
a*y
4
good deal

【在 G*******s 的大作中提到】
: 【 以下文字转载自 SmartShopper 俱乐部 】
: 发信人: GoRockets (火箭加油), 信区: SmartShopper
: 标 题: 15% off iTunes Gift Card at Bestbuy Free Shipping
: 发信站: BBS 未名空间站 (Sun Oct 16 13:25:59 2011, 美东)
: Bestbuy has 15% off iTunes Gift Cards on sale with free shipping. Apply to
: all face values.
: http://userquote.com/forum/index.php?topic=829.msg1070#msg1070

avatar
a*e
5
1. Yes you can do it, if you can use system stack.

【在 g*******y 的大作中提到】
: 1. sort stack using only pop(), top(), push(), isEmpty(),isFull(). Do not
: use any auxiliary stacks or arrays.
: 感觉不用辅助空间做不到啊,这题是真的有很巧妙的方法?还是玩玩文字游戏--比如用
: linked list然后宣称它不是stack也不是array...
: 2. Given a set of coin denominators, find the minimum number of coins to
: give a certain amount of change
: 贪心和DP,回溯法应该都能做的,无非就是状态空间搜索,但是我想到的都是伪多项式
: 的算法,感觉这道题应该能利用某些数论的知识在多项式时间解决?

avatar
d*6
6
Amazon music is often more than 15% cheaper...
avatar
t*e
7
Bubble sort recursively?
SortStack(stack s)
{
if s.notEmpty()
{
x = s.pop();
if( x < s.top() )
{ newx = s.pop() ;
s.push(x);
x = newx;
}
SortStack(s);
s.push(x);
}
}
Call this n times.
avatar
a*y
8
inferior sound quality, format and service/software
you can also get 10% cashback when purchasing iTunes contents with Shopper
iTunes music store has more exclusive/bonus contents
75折很好了。

【在 d*********6 的大作中提到】
: Amazon music is often more than 15% cheaper...
avatar
t*o
9
这个啥意思?
shopper连到bestbuy 买itunes卡可以有10% cash back?

【在 a***y 的大作中提到】
: inferior sound quality, format and service/software
: you can also get 10% cashback when purchasing iTunes contents with Shopper
: iTunes music store has more exclusive/bonus contents
: 75折很好了。

avatar
a*y
10
shopper连bbuy有5%
在iTunes买东西从shopper连有10%

【在 t*******o 的大作中提到】
: 这个啥意思?
: shopper连到bestbuy 买itunes卡可以有10% cash back?

avatar
d*6
11
Amazon cloud player is awesome.
It also ports your music to iTunes automatically with everything setup.
Sound Quality is the same as apple.
Price: I bought greenday international superhits; muse absolution; keane....
..
For half the price from apple.
Bonus track is a plus for apple.

【在 a***y 的大作中提到】
: inferior sound quality, format and service/software
: you can also get 10% cashback when purchasing iTunes contents with Shopper
: iTunes music store has more exclusive/bonus contents
: 75折很好了。

avatar
a*y
12
sound quality is NOT the same.

..

【在 d*********6 的大作中提到】
: Amazon cloud player is awesome.
: It also ports your music to iTunes automatically with everything setup.
: Sound Quality is the same as apple.
: Price: I bought greenday international superhits; muse absolution; keane....
: ..
: For half the price from apple.
: Bonus track is a plus for apple.

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