-->
当前位置:首页 > 题库 > 正文内容

判断题:Quicksort: Running Time on Good Inputs

Luz3年前 (2022-06-30)题库603
Consider the randomized quicksort. We have proved that it runs in $$O(n \log n)$$ time in expectation even for the worst input. Is the following statement true of false?

> <font size=3>There exists some good inputs on which the expected running time of randomized quicksort is $$O(n)$$ where $$n$$ is the input size.</font>

答案:FALSE

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。