10.07.2015 Views

An Introduction to Randomized algorithms - School of Technology ...

An Introduction to Randomized algorithms - School of Technology ...

An Introduction to Randomized algorithms - School of Technology ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Worse-case Complexity <strong>of</strong> QuickSort :T (n) = Worst-case Complexity <strong>of</strong> QuickSort on an input <strong>of</strong>size n. Only comparisons are counted.T (n) = max{T (π) : π is a permutation <strong>of</strong> [n]}.T (n) = Θ(n 2 ).Worst case input is : π = 〈n, n − 1, . . . , 1〉.There exist inputs requiring Θ(n 2 ) time.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!