-->
当前位置:首页 > Luz 第6158页
Luz

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

单选题:在任意一棵非空平衡二叉树(AVL 树)$$T_1$$ 中,删除某结点 $$v$$ 之后形成平衡二叉树 $$T_2$$,再将 $$

Luz5年前 (2021-05-10)1297
在任意一棵非空平衡二叉树(AVL 树)$$T_1$$ 中,删除某结点 $$v$$ 之后形成平衡二叉树 $$T_2$$,再将 $$v$$ 插入 $$T_2$$ 形成平衡二叉树 $$T_3$$。下列关于 $$T_1$$ 与 $$T_3$$ 的叙…

单选题:When generating Huffman codes for $$n$$ distinct characters, if

Luz5年前 (2021-05-10)831
When generating Huffman codes for $$n$$ distinct characters, if the corresponding Huffman tree has 115 nodes in total, t…

单选题:对 $$n$$ 个互不相同的符号进行哈夫曼编码。若生成的哈夫曼树共有 115 个结点,则 $$n$$ 的值是:

Luz5年前 (2021-05-10)2061
对 $$n$$ 个互不相同的符号进行哈夫曼编码。若生成的哈夫曼树共有 115 个结点,则 $$n$$ 的值是:@[C](3)A. 56B. 57C. 58D. 60A.56B.57C.58D.60答案:C…

单选题:The following figure shows the AOE network of a project with 8 a

Luz5年前 (2021-05-10)771
The following figure shows the AOE network of a project with 8 activities. The earliest and the latest completion times…

单选题:Delete a node $$v$$ from an AVL tree $$T_1$$, we can obtain anot

Luz5年前 (2021-05-10)1135
Delete a node $$v$$ from an AVL tree $$T_1$$, we can obtain another AVL tree $$T_2$$. Then insert $$v$$ into $$T_2$$, w…

单选题:To describe the expression $$(x+y)*((x+y)/x)$$ using a directed

Luz5年前 (2021-05-10)625
To describe the expression $$(x+y)*((x+y)/x)$$ using a directed acyclic graph, the least number of vertices needed is:…

单选题:下图所示的 AOE 网表示一项包含 8 个活动的工程。活动 d 的最早开始时间和最迟开始时间分别是:

Luz5年前 (2021-05-10)2783
下图所示的 AOE 网表示一项包含 8 个活动的工程。活动 d 的最早开始时间和最迟开始时间分别是:@[C](2)![GRE19-5.jpg](~/28de33de-076f-4f94-b856-445865994fb0.jpg)A. 3…

单选题:When selecting a sorting algorithm, which of the following facto

Luz5年前 (2021-05-10)1432
When selecting a sorting algorithm, which of the following factors must be taken into consideration besides the time and…

单选题:现有长度为 11 且初始为空的散列表 HT,散列函数是 $$H(key)=key\% 7$$,采用线性探查(线性探测再散列)法解

Luz5年前 (2021-05-10)2531
现有长度为 11 且初始为空的散列表 HT,散列函数是 $$H(key)=key\% 7$$,采用线性探查(线性探测再散列)法解决冲突。将关键字序列 87,40,30,6,11,22,98,20 依次插入到 HT 后,HT 查找失败的平均查…

单选题:选择一个排序算法时,除算法的时空效率外,下列因素中,还需要考虑的是:

Luz5年前 (2021-05-10)3912
选择一个排序算法时,除算法的时空效率外,下列因素中,还需要考虑的是:@[D](1)- I、数据的规模- II、数据的存储方式- III、算法的稳定性- IV、数据的初始状态A. 仅 IIIB. 仅 I、IIC. 仅 II、III、IVD.…