题库 第6499页
对于红黑树中的任一黑色结点X,若其有两个子结点,则两个子结点的颜色可以是不同的。
对于红黑树中的任一黑色结点X,若其有两个子结点,则两个子结点的颜色可以是不同的。 ~@[](1)答案:TRUE…
在红黑树中,以$$x$$为根结点的子树中内部结点的个数不超过$$2^{bh(x)}-1$$,其中$$bh(x)$$是$$x$$结
在红黑树中,以$$x$$为根结点的子树中内部结点的个数不超过$$2^{bh(x)}-1$$,其中$$bh(x)$$是$$x$$结点的黑色高度。~@[](2)答案:FALSE…
m阶$$B^{-}$$树的任何一个结点的左右子树的高度都相等。
m阶$$B^{-}$$树的任何一个结点的左右子树的高度都相等。 ~@[](1)答案:TRUE…
在红黑树中,若一个内部的黑结点的度为1,则它的后代中只有1个结点。
在红黑树中,若一个内部的黑结点的度为1,则它的后代中只有1个结点。~@[](2)答案:TRUE…
Most technical software metrics described in this chapter repres
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
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
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
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
If the postorder and inorder traversal sequences of a binary tree are the same, then none of the nodes in the tree has a…