当前位置:首页
> Luz 第6255页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论单选题:Given the shape of a binary tree shown by the figure below. If
Given the shape of a binary tree shown by the figure below. If its inorder traversal sequence is { `e`, `a`, `c`, `b`,…
单选题:Given the shape of a binary tree shown by the figure below. If
Given the shape of a binary tree shown by the figure below. If its postorder traversal sequence is { `e`, `a`, `c`, `b`…
单选题:If graph G is NOT connected and has 27 edges, then it must have
If graph G is NOT connected and has 27 edges, then it must have at least ____ vertices. @[C](3)A. 7B. 8C. 9D. 10A.7B.8C.…
单选题:If graph G is NOT connected and has 20 edges, then it must have
If graph G is NOT connected and has 20 edges, then it must have at least ____ vertices. @[B](3)A. 7B. 8C. 9D. 10A.7B.8C.…
单选题:If graph G is NOT connected and has 14 edges, then it must have
If graph G is NOT connected and has 14 edges, then it must have at least ____ vertices. @[A](3)A. 7B. 8C. 9D. 10A.7B.8C.…
单选题:Given the shape of a binary tree shown by the figure below. If
Given the shape of a binary tree shown by the figure below. If its postorder traversal sequence is { `e`, `a`, `c`, `b`…
单选题:If graph G is NOT connected and has 35 edges, then it must have
If graph G is NOT connected and has 35 edges, then it must have at least ____ vertices. @[D](3)A. 7B. 8C. 9D. 10A.7B.8C.…
单选题:在二叉排序树中,凡是新插入的结点都是没有\_\_\_\_。
在二叉排序树中,凡是新插入的结点都是没有\_\_\_\_。@[A](2)A. 孩子 B. 关键字 C. 平衡因子 D. 赋值A.孩子B.关键字C.平衡因子D.赋值答案:A…
单选题:关于二叉排序树的描述不正确的是\_\_\_\_。
关于二叉排序树的描述不正确的是\_\_\_\_。@[C](2)A. 二叉排序树的查找效率取决于树的。B. 从二叉排序树中删去一个结点后再重新插入,一定是作为叶子结点插入的。C. 在最坏情况下,利用插入操作构造一颗二叉排序树花费的代价为$$O…
单选题:以下叙述中错误的是。
以下叙述中错误的是。 @[C](2)A. C 语言编写的函数源程序,其文件名后缀可以是.CB. C 语言编写的函数都可以作为一个独立的源程序文件C. C 语言编写的每个函数都可以进行独立的编译并执行D. 一个C 语言程序只能有一个主函数A…