Redian新闻
>
Re: 为什么总有WSN看不起巴西?真是可笑的很 (转载)
avatar
Re: 为什么总有WSN看不起巴西?真是可笑的很 (转载)# Economics - 经济
j*k
1
Eg: BST1 B1, BST2 B2.
Choose the root which has bigger value to be the new BST's root,
then insert each node of the other BST into the new BST. If B1
has m nodes, B2 has n modes, it takes O(mn). That's not good. Is
there other more efficient way?
avatar
a*t
2
【 以下文字转载自 Military 讨论区 】
发信人: MB80528 (股市济公), 信区: Military
标 题: Re: 为什么总有WSN看不起巴西?真是可笑的很
发信站: BBS 未名空间站 (Sat Oct 18 16:44:36 2008)
经济学从来就是一个政治工具,
主要是为权贵和既得利益服务。
这跟宣传,误导,洗脑,愚民,性质有共同点。
真正去解决民生问题的功能反而变成是次要的。
avatar
e*r
3
According to :
Joining of two BSTs at Page552:
Program 12.23 Joining of two BSTs
If either BST is empty, the other is the result. Otherwise, we combine the
two BSTs by (arbitrarily) choosing the root of the first as the root, root
inserting that root into the second, then (recursively) combining the pair
of left subtrees and the pair of right subtrees.
private Node joinR(Node a, Node b)
{ if (b == null) return a;
if (a == null) return b;
insertT(b, a.item); //把a插入到b
avatar
kx
4
“从来就是"未免太夸张了

【在 a**t 的大作中提到】
: 【 以下文字转载自 Military 讨论区 】
: 发信人: MB80528 (股市济公), 信区: Military
: 标 题: Re: 为什么总有WSN看不起巴西?真是可笑的很
: 发信站: BBS 未名空间站 (Sat Oct 18 16:44:36 2008)
: 经济学从来就是一个政治工具,
: 主要是为权贵和既得利益服务。
: 这跟宣传,误导,洗脑,愚民,性质有共同点。
: 真正去解决民生问题的功能反而变成是次要的。

avatar
m*y
5
又有小本跳出来了。
说人NC之前先想想,
想想你为什么放着1000美元的工业品不买,偏偏要去嫖呢?问问当年俄罗斯人是如何高
兴的拿工业品去换粮食的。
韩国人吃什么我不知道,我这里的韩国人都开跑车开宝马至少能说明些什么。
记得我有个朋友对我说过一个事,有朝鲜人问他:你们改革开放那么糟糕,为什么要改
呢?他说你怎么知道我们改得很糟糕,朝鲜人说,你们自己在焦点访谈节目里说的阿!

【在 a**t 的大作中提到】
: 【 以下文字转载自 Military 讨论区 】
: 发信人: MB80528 (股市济公), 信区: Military
: 标 题: Re: 为什么总有WSN看不起巴西?真是可笑的很
: 发信站: BBS 未名空间站 (Sat Oct 18 16:44:36 2008)
: 经济学从来就是一个政治工具,
: 主要是为权贵和既得利益服务。
: 这跟宣传,误导,洗脑,愚民,性质有共同点。
: 真正去解决民生问题的功能反而变成是次要的。

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