-->
当前位置:首页 > 题库

题库 第6733页

  • 最新
  • 浏览
  • 评论

In amortized analysis, a good potential function should always a

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

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

Luz5年前 (2021-05-10)1567
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)1231
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)1559
高度为h(h˃0)的完全二叉树对应的森林所含的树的个数一定是h。 ~@[](1)答案:FALSE…

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

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

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

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

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

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

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

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