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

Luz 管理员

暂无介绍

89859 篇文章 33 次评论

If the satisfiability problem (Circuit-SAT) can be polynomial-ti

Luz5年前 (2021-05-10)741
If the satisfiability problem (Circuit-SAT) can be polynomial-time reducible to a language $$L$$, $$L$$ is NP-Complete.…

For one operation, if its amortized time bound is $$O(logN)$$, t

Luz5年前 (2021-05-10)1141
For one operation, if its amortized time bound is $$O(logN)$$, then its worst-case time bound must be $$O(logN)$$. ~@[](…

Consider the online hiring problem, in which we have total $$m$$

Luz5年前 (2021-05-10)974
Consider the online hiring problem, in which we have total $$m$$ candidates. First of all, we interview $$n$$ candidates…

Let S be the set of activities in Activity Selection Problem. T

Luz5年前 (2021-05-10)1605
Let S be the set of activities in Activity Selection Problem. Then there must be some maximum-size subset of mutually c…

Reviewing the randomized QuickSort in our course, we always sele

Luz5年前 (2021-05-10)1904
Reviewing the randomized QuickSort in our course, we always select a central splitter as a pivot before recursions, make…

As we know there is a 2-approximation algorithm for the Vertex C

Luz5年前 (2021-05-10)1694
As we know there is a 2-approximation algorithm for the Vertex Cover problem. Then we must be able to obtain a 2-approx…

In the Activity Selection problem, consider any non-empty set of

Luz5年前 (2021-05-10)904
In the Activity Selection problem, consider any non-empty set of activities $$S$$, and let $$a_m$$ be an activity in $$S…

Local search algorithm can be used to solve lots of classic prob

Luz5年前 (2021-05-10)2178
Local search algorithm can be used to solve lots of classic problems, such as SAT and $$N$$-Queen problems. Define the…

Is it true that in the worst case the DELETE operation in a RED-

Luz5年前 (2021-05-10)886
Is it true that in the worst case the DELETE operation in a RED-BLACK tree of $$n$$ nodes requires $$\Omega(\log n)$$ ro…

While comparing a serial algorithm with its parallel counterpart

Luz5年前 (2021-05-10)1983
While comparing a serial algorithm with its parallel counterpart, we just concentrate on reducing the work load. ~@[](…