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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

判断题:There are more NULL pointers than the actual pointers in the lin

Luz5年前 (2021-06-19)755
There are more NULL pointers than the actual pointers in the linked representation of any tree of degree $$k$$ ($$\ge 2$…

判断题:To sort $$N$$ records by quick sort, the worst-case time complex

Luz5年前 (2021-06-19)1122
To sort $$N$$ records by quick sort, the worst-case time complexity is $$\Omega(N\log N)$$.答案:TRUE…

判断题:关于树和二叉树

Luz5年前 (2021-06-19)873
关于树和二叉树 二叉树就是度为 2 的树。答案:FALSE…

判断题:关于树和二叉树

Luz5年前 (2021-06-19)1096
关于树和二叉树 二叉树不是树的特殊情况(即度为 2 的树)。答案:TRUE…

判断题:关于哈夫曼树

Luz5年前 (2021-06-19)503
关于哈夫曼树 哈夫曼树中一定没有度为 1 的结点。 答案:TRUE…

判断题:关于哈夫曼树和完全二叉树

Luz5年前 (2021-06-19)971
关于哈夫曼树和完全二叉树 哈夫曼树一定是完全二叉树。答案:FALSE…

判断题:关于图的遍历

Luz5年前 (2021-06-19)659
关于图的遍历 图的深度优先遍历相当于二叉树的先序遍历。答案:TRUE…

判断题:关于图的遍历

Luz5年前 (2021-06-19)683
关于图的遍历 图的深度优先遍历相当于二叉树的层次遍历。答案:FALSE…

判断题:关于图的遍历

Luz5年前 (2021-06-19)439
关于图的遍历 图的广度优先遍历相当于二叉树的先序遍历。答案:FALSE…

判断题:关于图的遍历

Luz5年前 (2021-06-19)786
关于图的遍历 图的广度优先遍历相当于二叉树的层次遍历。答案:TRUE…