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

题库 第6499页

  • 最新
  • 浏览
  • 评论

对于红黑树中的任一黑色结点X,若其有两个子结点,则两个子结点的颜色可以是不同的。

Luz5年前 (2021-05-10)980
对于红黑树中的任一黑色结点X,若其有两个子结点,则两个子结点的颜色可以是不同的。 ~@[](1)答案:TRUE…

在红黑树中,以$$x$$为根结点的子树中内部结点的个数不超过$$2^{bh(x)}-1$$,其中$$bh(x)$$是$$x$$结

Luz5年前 (2021-05-10)856
在红黑树中,以$$x$$为根结点的子树中内部结点的个数不超过$$2^{bh(x)}-1$$,其中$$bh(x)$$是$$x$$结点的黑色高度。~@[](2)答案:FALSE…

m阶$$B^{-}$$树的任何一个结点的左右子树的高度都相等。

Luz5年前 (2021-05-10)845
m阶$$B^{-}$$树的任何一个结点的左右子树的高度都相等。 ~@[](1)答案:TRUE…

在红黑树中,若一个内部的黑结点的度为1,则它的后代中只有1个结点。

Luz5年前 (2021-05-10)957
在红黑树中,若一个内部的黑结点的度为1,则它的后代中只有1个结点。~@[](2)答案:TRUE…

Most technical software metrics described in this chapter repres

Luz5年前 (2021-05-10)788
Most technical software metrics described in this chapter represent indirect measures software attributes that are usefu…

Because the class is the dominant unit in OO systems there is no

Luz5年前 (2021-05-10)772
Because the class is the dominant unit in OO systems there is no call for the definition of class-oriented metrics. ~@[]…

In many cases metrics for one model may be used in later softwar

Luz5年前 (2021-05-10)874
In many cases metrics for one model may be used in later software engineering activities (e.g. design metrics may be use…

The Goal/Question/Metric (GQM) paradigm was developed as a techn

Luz5年前 (2021-05-10)955
The Goal/Question/Metric (GQM) paradigm was developed as a technique for assigning blame for software failures. ~@[](1)…

If the postorder and inorder traversal sequences of a binary tre

Luz5年前 (2021-05-10)1442
If the postorder and inorder traversal sequences of a binary tree are the same, then none of the nodes in the tree has a…

所有可判定问题都是NP问题。

Luz5年前 (2021-05-10)1121
所有可判定问题都是NP问题。~@[](1)答案:FALSE…