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

题库 第6732页

  • 最新
  • 浏览
  • 评论

In a red-black tree, an internal red node cannot be a node of de

Luz5年前 (2021-05-10)1210
In a red-black tree, an internal red node cannot be a node of degree 1. ~@[](2)答案:TRUE…

In a red-black tree, the number of internal nodes in the subtree

Luz5年前 (2021-05-10)1186
In a red-black tree, the number of internal nodes in the subtree rooted at $$x$$ is no more than $$2^{bh(x)}-1$$ where $…

When measuring the relevancy of the answer set, if the precision

Luz5年前 (2021-05-10)1145
When measuring the relevancy of the answer set, if the precision is low but the recall is high, it means that most of th…

When measuring the relevancy of the answer set, if the precision

Luz5年前 (2021-05-10)1146
When measuring the relevancy of the answer set, if the precision is high but the recall is low, it means that most of th…

In an AVL tree, it is impossible to have this situation that the

Luz5年前 (2021-05-10)1527
In an AVL tree, it is impossible to have this situation that the balance factors of a node and both of its children are…

In an AVL tree, it is impossible to have this situation that the

Luz5年前 (2021-05-10)1247
In an AVL tree, it is impossible to have this situation that the balance factors of a node and both of its children are…

In an AVL tree, it is possible to have this situation that the b

Luz5年前 (2021-05-10)1588
In an AVL tree, it is possible to have this situation that the balance factors of a node and both of its children are al…

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

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

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

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

In amortized analysis, a good potential function should always a

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