The well-known Bubblesort algorithm sorts a list a1,a2,...,an of numbers by
repeatedly swapping adjacent numbers that are inverted (i.e., in the wrong relative order)
until there are no remaining inversions. (Note that the number of swaps required does not
depend on the order in which the swaps are made.) Suppose that the input to Bubblesort is a
random permutation of the numbers a1,a2,...,an , so that all n! orderings are equally likely,
and that all the numbers are distinct. What is the expected number of swaps performed by
Bubblesort?
Sunday, 22 December 2013
probability - What is the expected number of swaps performed by Bubblesort?
Subscribe to:
Post Comments (Atom)
real analysis - How to find limhrightarrow0fracsin(ha)h
How to find limh→0sin(ha)h without lhopital rule? I know when I use lhopital I easy get $$ \lim_{h\rightarrow 0}...
-
Ok, according to some notes I have, the following is true for a random variable X that can only take on positive values, i.e P(X\int_0^...
-
Self-studying some properties of the exponential-function I came to the question of ways to assign a value to the divergent sum $$s=\sum_{k=...
-
I use Euclidean Algorithm: 4620 = 101 * 45 + 75. long story short. I get 3 = 2 * 1 + 1. After that 2 = 1 * 2 + 0. gcd(101,4620) = 1. So I us...
No comments:
Post a Comment