试题详情

试题内容

将一个无序序列中的元素依次插入到一棵  ( )  ,并进行中序遍历,可得到一个有序序列。
A、完全二叉树
B、最小生成树
C、二叉排序树
D、最优二叉树

查看答案

软题库参考答案:C(仅供参考)

软题库解析:正在加载....

你可能感兴趣的试题

7题:

若一个具有n个结点、k条边的非连通无向图是一个森林(n>k),则该森林中必有( )棵树。
A、k 
B、n 
C、n-k 
D、n+k 

8题:

近年来,在我国出现的各种病毒中,()病毒通过木马形式感染智能手机。
A.快乐时光
B.熊猫烧香
C.X卧底
D.CIH

40题:

下图所示为(1 )设计模式,适用于: (2 ) 。

(1)A.组件(Component)
B.适配器( Adapter)
C.组合 (Composite)
D.装饰器(Decorator) .
(2)A.表示对象的部分-整体层次结构
B、不希望在抽象和它的实现部分之间有一个固定的绑定关系
C、在不影响其他对象的情况下,以动态、透明的方式给单个对象添加职责
D、使所有接口不兼容类可以一起工作

75题:The project workbook is not so much a separate document as it is a structure imposed on the documents that the project will be producing anyway.
All the documents of the project need to be part of this ( ). This includes objectives ,external specifications , interface specifications , technical standards , internal specifications and administrative memoranda(备忘录).
Technical prose is almost immortal. If one examines the genealogy ( Ff ) of a customer manual for a piece of hardware or so
18题:相比于 TCP , UDP 的优势为( ) 。
A. 可靠传输
B. 开销较小
C. 拥塞控制
D. 流量控制
41题:观察者(Observer)模式适用于( )。
A、访问一个聚合对象的内容而无须暴露它的内部表示*
B、减少多个对象或类之间的通信复杂性
C、将对象的状态恢复到先前的状态
D、一对多对象依赖关系,当一个对象修改后,依赖它的对象都自动得到通知