In this exercise we derive an estimate of the average-case complexity of the variant of the bubble
Question:
a) Show that, under the assumption that the input is equally likely to be any of the n! permutations of these integers, the average number of comparisons used by the bubble sort equals E(X).
b) Use Example 5 in Section 3.3 to show that E(X) ≤ n(n − 1)/2.
c) Show that the sort makes at least one comparison for every inversion of two integers in the input.
d) Let I (P) be the random variable that equals the number of inversions in the permutation P. Show that E(X) ≥ E(I).
e) Let Ij,k be the random variable with Ij,k(P ) = 1 if ak precedes aj in P and Ij,k = 0 otherwise. Show that I (P) = Σk Σ j
h) Use parts (f) and (g) to show that E(I) =n(n − 1)/4.
i) Conclude from parts (b), (d), and (h) that the average number of comparisons used to sort n integers is Ɵ(n2).
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
Discrete Mathematics and Its Applications
ISBN: 978-0073383095
7th edition
Authors: Kenneth H. Rosen
Question Posted: