-->
当前位置:首页 > Luz 第1162页
Luz

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

单选题:Solving Recurrence

Luz4年前 (2022-06-30)638
Consider the following pseudo-code.strange($$a_1, \ldots, a_n$$):$$1.\,\,$$if $$n \leq 2022$$ then return$$2.\,\,$$stran…

单选题:Solving Recurrence

Luz4年前 (2022-06-30)521
Consider the following pseudo-code.strange($$a_1, \ldots, a_n$$):$$1.\,\,$$if $$n \leq 2022$$ then return$$2.\,\,$$stran…

单选题:Some Statements on Complexity Theory

Luz4年前 (2022-06-30)702
How many of the following statements are correct?* If some NP-complete problem can be solved in polynomial time, then $…

单选题:After deleting 3 from the given splay tree, which of the followi

Luz4年前 (2022-06-30)763
After deleting 3 from the given splay tree, which of the following statements about the resulting tree is impossible?![v…

单选题:After deleting 7 from the given splay tree, which of the followi

Luz4年前 (2022-06-30)747
After deleting 7 from the given splay tree, which of the following statements about the resulting tree is impossible?![v…

单选题:You have 20 identical cores on which you want to schedule some $

Luz4年前 (2022-06-30)883
You have 20 identical cores on which you want to schedule some $n$ jobs. Each job $j \in \{1,2, \ldots,n\}$ has a proces…

单选题:You have 10 identical cores on which you want to schedule some $

Luz4年前 (2022-06-30)782
You have 10 identical cores on which you want to schedule some $n$ jobs. Each job $j \in \{1,2, \ldots,n\}$ has a proces…

单选题:A Red-black tree performs Insert or delete in the worst case $a_

Luz4年前 (2022-06-30)652
A $n$-nodes Red-black tree $T$ performs insertion or deletion in the worst case that costs $a_1 \lg n +b_1$, $a_2 \lg n…

单选题:A $n$-nodes AVL tree $T$ performs insertion or deletion in the w

Luz4年前 (2022-06-30)673
A $n$-nodes AVL tree $T$ performs insertion or deletion in the worst case that costs $a_0 \lg n + b_0$, $a_1 \lg n + b_1…

单选题:We have 4 tapes for 3-way external merge sorting. How shall we d

Luz4年前 (2022-06-30)644
We have 4 tapes for 3-way external merge sorting. How shall we distribute 31 runs into 3 tapes, such that the total num…