当前位置:首页
> Luz 第6158页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论单选题:在任意一棵非空平衡二叉树(AVL 树)$$T_1$$ 中,删除某结点 $$v$$ 之后形成平衡二叉树 $$T_2$$,再将 $$
在任意一棵非空平衡二叉树(AVL 树)$$T_1$$ 中,删除某结点 $$v$$ 之后形成平衡二叉树 $$T_2$$,再将 $$v$$ 插入 $$T_2$$ 形成平衡二叉树 $$T_3$$。下列关于 $$T_1$$ 与 $$T_3$$ 的叙…
单选题:When generating Huffman codes for $$n$$ distinct characters, if
When generating Huffman codes for $$n$$ distinct characters, if the corresponding Huffman tree has 115 nodes in total, t…
单选题:对 $$n$$ 个互不相同的符号进行哈夫曼编码。若生成的哈夫曼树共有 115 个结点,则 $$n$$ 的值是:
对 $$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
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
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
To describe the expression $$(x+y)*((x+y)/x)$$ using a directed acyclic graph, the least number of vertices needed is:…
单选题:下图所示的 AOE 网表示一项包含 8 个活动的工程。活动 d 的最早开始时间和最迟开始时间分别是:
下图所示的 AOE 网表示一项包含 8 个活动的工程。活动 d 的最早开始时间和最迟开始时间分别是:@[C](2)A. 3…
单选题:When selecting a sorting algorithm, which of the following facto
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$$,采用线性探查(线性探测再散列)法解
现有长度为 11 且初始为空的散列表 HT,散列函数是 $$H(key)=key\% 7$$,采用线性探查(线性探测再散列)法解决冲突。将关键字序列 87,40,30,6,11,22,98,20 依次插入到 HT 后,HT 查找失败的平均查…
单选题:选择一个排序算法时,除算法的时空效率外,下列因素中,还需要考虑的是:
选择一个排序算法时,除算法的时空效率外,下列因素中,还需要考虑的是:@[D](1)- I、数据的规模- II、数据的存储方式- III、算法的稳定性- IV、数据的初始状态A. 仅 IIIB. 仅 I、IIC. 仅 II、III、IVD.…