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

Luz 管理员

暂无介绍

89858 篇文章 33 次评论

In amortized analysis, a good potential function should always a

Luz5年前 (2021-05-10)1301
In amortized analysis, a good potential function should always assume its maximum at the start of the sequence. ~@[](1)…

In amortized analysis, a good potential function should always a

Luz5年前 (2021-05-10)1227
In amortized analysis, a good potential function should always assume its minimum at the start of the sequence. ~@[](1)…

Finding the maximum key from a splay tree will result in a tree

Luz5年前 (2021-05-10)1077
Finding the maximum key from a splay tree will result in a tree with its root having no left subtree. ~@[](2) 答案:FALSE…

对两棵具有相同关键字集合而形状不同的二叉排序树,按中序遍历它们得到的序列的顺序却是一致的。

Luz5年前 (2021-05-10)1775
对两棵具有相同关键字集合而形状不同的二叉排序树,按中序遍历它们得到的序列的顺序却是一致的。 ~@[](1)答案:TRUE…

Making $$N$$ insertions into an initally empty binomial queue ta

Luz5年前 (2021-05-10)1568
Making $$N$$ insertions into an initally empty binomial queue takes $$\Theta (N log N)$$ time in the worst case. ~@[](1)…

Making $$N$$ insertions into an initally empty binomial queue ta

Luz5年前 (2021-05-10)1232
Making $$N$$ insertions into an initally empty binomial queue takes $$O(N)$$ time in the worst case. ~@[](1) 答案:TRUE…

高度为h(h>0)的完全二叉树对应的森林所含的树的个数一定是h。

Luz5年前 (2021-05-10)1560
高度为h(h˃0)的完全二叉树对应的森林所含的树的个数一定是h。 ~@[](1)答案:FALSE…

数组定义后,数组名的值是一个地址,可以被修改。

Luz5年前 (2021-05-10)2885
数组定义后,数组名的值是一个地址,可以被修改。 ~@[](1)答案:FALSE…

二叉树可以用二叉链表存储,树无法用二叉链表存储。

Luz5年前 (2021-05-10)1833
二叉树可以用二叉链表存储,树无法用二叉链表存储。 ~@[](1)答案:FALSE…

二叉树按某种顺序线索化后,任一结点均有指向其前驱和后继的线索。

Luz5年前 (2021-05-10)1402
二叉树按某种顺序线索化后,任一结点均有指向其前驱和后继的线索。 ~@[](1)答案:FALSE…