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

题库 第5941页

  • 最新
  • 浏览
  • 评论

单选题:When solving a problem with input size $$N$$ by divide and conqu

Luz5年前 (2021-05-10)888
When solving a problem with input size $$N$$ by divide and conquer, if at each step, the problem is divided into 4 sub-p…

单选题:The potential of a skew heap is defined to be the total number o

Luz5年前 (2021-05-10)761
The potential of a skew heap is defined to be the total number of right heavy nodes. The weight of a node, $$w(x)$$, is…

单选题:Suppose that the devide-and-conquer strategy is used to find the

Luz5年前 (2021-05-10)1824
Suppose that the devide-and-conquer strategy is used to find the maximum and the minimum of $$N$$ positive numbers. At…

单选题:Which one of the following statements is **TRUE**?

Luz5年前 (2021-05-10)677
Which one of the following statements is **TRUE**? @[A](2)A. ![a.png](~/b0fec235-bdb4-410b-a754-13f416b605a1.png)may b…

单选题:To delete X from a splay tree, the operations are: (1) Find X; (

Luz5年前 (2021-05-10)768
To delete X from a splay tree, the operations are: (1) Find X; (2)Remove X; (3) FindMin($$T_R$$); and the last operation…

单选题:In a binomial queue with $$100$$ nodes, how many nodes have dept

Luz5年前 (2021-05-10)597
In a binomial queue with $$100$$ nodes, how many nodes have depth $$1$$ (the root has depth $$0$$)? @[B](2)A. 6B. 13C.…

单选题:Delete the minimum number from the binomial queue given in the f

Luz5年前 (2021-05-10)615
Delete the minimum number from the binomial queue given in the following figure. Which one of the following statements…

单选题:Insert { 3, 1, 4, 5, 0, 9, 2, 6, 8, 7 } into an initially empty

Luz5年前 (2021-05-10)534
Insert { 3, 1, 4, 5, 0, 9, 2, 6, 8, 7 } into an initially empty 2-3 tree (with splitting). Which one of the following s…

单选题:Insert { 5, 1, 7, 8, 21, 2, 12, 19, 13, 0 } into an initially em

Luz5年前 (2021-05-10)789
Insert { 5, 1, 7, 8, 21, 2, 12, 19, 13, 0 } into an initially empty 2-3 tree (with splitting). Which one of the followi…

单选题:Given a linked list containg $$N$$ nodes. Our task is to remove

Luz5年前 (2021-05-10)1777
Given a linked list containg $$N$$ nodes. Our task is to remove all the nodes. At each step, we randomly choose one nod…