Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
質問はclrsからです(演習12.4-5)
n個の入力番号のシーケンスで動作するRANDOMIZED-QUICKSORTについて考えてみます。任意の定数k>0に対して、nのO(1 / n ^ k)を除くすべてを証明します。入力順列は、O(n lg n)の実行時間を生成します。
最悪の場合のモデルを構築し、その最大限界を取得するにはどうすればよいですか。
簡単な紹介のためにこのメモを読むことをお勧めします。次に、これ(特にセクション3.1)を読んで完全な説明を得ることができます。