In mathematics, a permutation of a set can mean one of two different things:
An example of the first meaning, is the six permutations (orderings) of the set : written as tuples, they are (1, 2, 3), (1, 3, 2), (2, 1, 3), (2, 3, 1), (3, 1, 2), and (3, 2, 1). Anagrams of a word whose letters are all different are also permutations: the letters are already ordered in the original word, and the anagram reorders them. The study of permutations of finite sets is an important topic in combinatorics and group theory.
Permutations are used in almost every branch of mathematics and in many other fields of science. In computer science, they are used for analyzing sorting algorithms; in quantum physics, for describing states of particles; and in biology, for describing RNA sequences.
The number of permutations of distinct objects is factorial, usually written as, which means the product of all positive integers less than or equal to .
According to the second meaning, a permutation of a set is defined as a bijection from to itself. That is, it is a function from to for which every element occurs exactly once as an image value. Such a function
\sigma:S\toS
\sigma(i)
\sigma
\sigma(1)=3, \sigma(2)=1, \sigma(3)=2
The collection of all permutations of a set form a group called the symmetric group of the set. The group operation is the composition of functions (performing one rearrangement after the other), which results in another function (rearrangement). The properties of permutations do not depend on the nature of the elements being permuted, only on their number, so one often considers the standard set
S=\{1,2,\ldots,n\}
In elementary combinatorics, the -permutations, or partial permutations, are the ordered arrangements of distinct elements selected from a set. When is equal to the size of the set, these are the permutations in the previous sense.
Permutations called hexagrams were used in China in the I Ching (Pinyin: Yi Jing) as early as 1000 BC.
In Greece, Plutarch wrote that Xenocrates of Chalcedon (396–314 BC) discovered the number of different syllables possible in the Greek language. This would have been the first attempt on record to solve a difficult problem in permutations and combinations.[1]
Al-Khalil (717–786), an Arab mathematician and cryptographer, wrote the Book of Cryptographic Messages. It contains the first use of permutations and combinations, to list all possible Arabic words with and without vowels.[2]
The rule to determine the number of permutations of n objects was known in Indian culture around 1150 AD. The Lilavati by the Indian mathematician Bhāskara II contains a passage that translates as follows:
The product of multiplication of the arithmetical series beginning and increasing by unity and continued to the number of places, will be the variations of number with specific figures.[3]
In 1677, Fabian Stedman described factorials when explaining the number of permutations of bells in change ringing. Starting from two bells: "first, two must be admitted to be varied in two ways", which he illustrates by showing 1 2 and 2 1. He then explains that with three bells there are "three times two figures to be produced out of three" which again is illustrated. His explanation involves "cast away 3, and 1.2 will remain; cast away 2, and 1.3 will remain; cast away 1, and 2.3 will remain". He then moves on to four bells and repeats the casting away argument showing that there will be four different sets of three. Effectively, this is a recursive process. He continues with five bells using the "casting away" method and tabulates the resulting 120 combinations. At this point he gives up and remarks:
Now the nature of these methods is such, that the changes on one number comprehends the changes on all lesser numbers, ... insomuch that a compleat Peal of changes on one number seemeth to be formed by uniting of the compleat Peals on all lesser numbers into one entire body;Stedman widens the consideration of permutations; he goes on to consider the number of permutations of the letters of the alphabet and of horses from a stable of 20.
A first case in which seemingly unrelated mathematical questions were studied with the help of permutations occurred around 1770, when Joseph Louis Lagrange, in the study of polynomial equations, observed that properties of the permutations of the roots of an equation are related to the possibilities to solve it. This line of work ultimately resulted, through the work of Évariste Galois, in Galois theory, which gives a complete description of what is possible and impossible with respect to solving polynomial equations (in one unknown) by radicals. In modern mathematics, there are many similar situations in which understanding a problem requires studying certain permutations related to it.
Permutations played an important role in the cryptanalysis of the Enigma machine, a cipher device used by Nazi Germany during World War II. In particular, one important property of permutations, namely, that two permutations are conjugate exactly when they have the same cycle type, was used by cryptologist Marian Rejewski to break the German Enigma cipher in turn of years 1932-1933.[4] [5]
In mathematics texts it is customary to denote permutations using lowercase Greek letters. Commonly, either
\alpha,\beta,\gamma
\sigma,\tau,\rho,\pi
A permutation can be defined as a bijection (an invertible mapping, a one-to-one and onto function) from a set to itself:
The identity permutation is defined by\sigma:S \stackrel{\sim}{\longrightarrow} S.
\sigma(x)=x
x\inS
1
id=idS
Sn
\sigma
\tau
Sn
\pi=\sigma\tau
Composition is usually written without a dot or other sign. In general, composition of two permutations is not commutative:\pi(i)=\sigma(\tau(i)).
\tau\sigma ≠ \sigma\tau.
As a bijection from a set to itself, a permutation is a function that performs a rearrangement of a set, termed an active permutation or substitution. An older viewpoint sees a permutation as an ordered arrangement or list of all the elements of S, called a passive permutation. According to this definition, all permutations in are passive. This meaning is subtly distinct from how passive (i.e. alias) is used in Active and passive transformation and elsewhere,[7] [8] which would consider all permutations open to passive interpretation (regardless of whether they are in one-line notation, two-line notation, etc.).
A permutation
\sigma
\langle\sigma\rangle=\{1,\sigma,\sigma2,\ldots\}
x,\sigma(x),\sigma(\sigma(x)),\ldots,\sigmak-1(x)
\sigmak(x)=x
A fixed point of a permutation
\sigma
\sigma(x)=x
(x)
Several notations are widely used to represent permutations conveniently. Cycle notation is a popular choice, as it is compact and shows the permutation's structure clearly. This article will use cycle notation unless otherwise specified.
Cauchy's two-line notation[9] lists the elements of S in the first row, and the image of each element below it in the second row. For example, the permutation of S = given by the function
can be written as\sigma(1)=2, \sigma(2)=6, \sigma(3)=5, \sigma(4)=4, \sigma(5)=3, \sigma(6)=1
\sigma=\begin{pmatrix} 1&2&3&4&5&6\\ 2&6&5&4&3&1 \end{pmatrix}.
\sigma=\begin{pmatrix} 2&3&4&5&6&1\\ 6&5&4&3&1&2 \end{pmatrix} =\begin{pmatrix} 6&5&4&3&2&1\\ 1&3&4&5&6&2\end{pmatrix}.
If there is a "natural" order for the elements of S, say
x1,x2,\ldots,xn
\sigma=\begin{pmatrix} x1&x2&x3& … &xn\\ \sigma(x1)&\sigma(x2)&\sigma(x3)& … &\sigma(xn) \end{pmatrix}.
Under this assumption, one may omit the first row and write the permutation in one-line notation as
\sigma=\sigma(x1) \sigma(x2) \sigma(x3) … \sigma(xn)
The example above would then be:
(It is typical to use commas to separate these entries only if some have two or more digits.)\sigma=\begin{pmatrix} 1&2&3&4&5&6\\ 2&6&5&4&3&1 \end{pmatrix}=265431.
This compact form is common in elementary combinatorics and computer science. It is especially useful in applications where the permutations are to be compared as larger or smaller using lexicographic order.
Cycle notation describes the effect of repeatedly applying the permutation on the elements of the set S, with an orbit being called a cycle. The permutation is written as a list of cycles; since distinct cycles involve disjoint sets of elements, this is referred to as "decomposition into disjoint cycles".
To write down the permutation
\sigma
S
(x
\sigma
(x,\sigma(x),\sigma(\sigma(x)),\ldots
(x\sigma(x)\sigma(\sigma(x))\ldots)
(x\sigma(x)\sigma(\sigma(x))\ldots)(y\ldots)
Also, it is common to omit 1-cycles, since these can be inferred: for any element x in S not appearing in any cycle, one implicitly assumes
\sigma(x)=x
Following the convention of omitting 1-cycles, one may interpret an individual cycle as a permutation which fixes all the elements not in the cycle (a cyclic permutation having only one cycle of length greater than 1). Then the list of disjoint cycles can be seen as the composition of these cyclic permutations. For example, the one-line permutation
\sigma=265431
This may be seen as the composition\sigma=(126)(35)(4)=(126)(35).
\sigma=\kappa1\kappa2
While permutations in general do not commute, disjoint cycles do; for example:\kappa1=(126)=(126)(3)(4)(5), \kappa2=(35)=(35)(1)(2)(6).
Also, each cycle can be rewritten from a different starting point; for example,\sigma=(126)(35)=(35)(126).
Thus one may write the disjoint cycles of a given permutation in many different ways.\sigma=(126)(35)=(261)(53).
A convenient feature of cycle notation is that inverting the permutation is given by reversing the order of the elements in each cycle. For example,
\sigma-1=\left(\vphantom{A2}(126)(35)\right)-1=(621)(53).
In some combinatorial contexts it is useful to fix a certain order for the elements in the cycles and of the (disjoint) cycles themselves. Miklós Bóna calls the following ordering choices the canonical cycle notation:
For example,
(513)(6)(827)(94)is a permutation of S = in canonical cycle notation.[10]
Richard Stanley calls this the "standard representation" of a permutation,[11] and Martin Aigner uses "standard form".[12] Sergey Kitaev also uses the "standard form" terminology, but reverses both choices; that is, each cycle lists its minimal element first, and the cycles are sorted in decreasing order of their minimal elements.[13]
There are two ways to denote the composition of two permutations. In the most common notation,
\sigma ⋅ \tau
\sigma(\tau(x))
A different rule for multiplying permutations comes from writing the argument to the left of the function, so that the leftmost permutation acts first.[15] [16] [17] In this notation, the permutation is often written as an exponent, so σ acting on x is written xσ; then the product is defined by
x\sigma ⋅ \tau=(x\sigma)\tau
The function composition operation satisfies the axioms of a group. It is associative, meaning
(\rho\sigma)\tau=\rho(\sigma\tau)
id
\sigma
\sigma-1
\sigma-1\sigma=\sigma\sigma-1=id
The concept of a permutation as an ordered arrangement admits several generalizations that have been called permutations, especially in older literature.
In older literature and elementary textbooks, a k-permutation of n (sometimes called a partial permutation, sequence without repetition, variation, or arrangement) means an ordered arrangement (list) of a k-element subset of an n-set.[18] [19] The number of such k-permutations (k-arrangements) of
n
n | |
P | |
k |
nPk
nP | |
k |
Pn,k
P(n,k)
k | |
A | |
n |
P(n,k)=\underbrace{n ⋅ (n-1) ⋅ (n-2) … (n-k+1)}k factors
which is 0 when, and otherwise is equal to
n! | |
(n-k)! |
.
The product is well defined without the assumption that
n
(n)k
k
n\underline
This usage of the term permutation is closely associated with the term combination to mean a subset. A k-combination of a set S is a k-element subset of S: the elements of a combination are not ordered. Ordering the k-combinations of S in all possible ways produces the k-permutations of S. The number of k-combinations of an n-set, C(n,k), is therefore related to the number of k-permutations of n by:} .P(n,k)={n}Pk=(n)k=n\underline{k
C(n,k)=
P(n,k) | |
P(k,k) |
=
n\underline{k | |
These numbers are also known as binomial coefficients, usually denoted
\tbinom{n}{k}
C(n,k)={n}Ck=\binom{n}{k}.
Ordered arrangements of k elements of a set S, where repetition is allowed, are called k-tuples. They have sometimes been referred to as permutations with repetition, although they are not permutations in the usual sense. They are also called words over the alphabet S. If the set S has n elements, the number of k-tuples over S is
nk.
If M is a finite multiset, then a multiset permutation is an ordered arrangement of elements of M in which each element appears a number of times equal exactly to its multiplicity in M. An anagram of a word having some repeated letters is an example of a multiset permutation. If the multiplicities of the elements of M (taken in some order) are
m1
m2
ml
{n\choosem1,m2,\ldots,ml}=
n! | |
m1!m2! … ml! |
=
| |||||||
\right)!}{\prod |
l{m | |
i!}}. |
For example, the number of distinct anagrams of the word MISSISSIPPI is:
11! | |
1!4!4!2! |
=34650
A k-permutation of a multiset M is a sequence of k elements of M in which each element appears a number of times less than or equal to its multiplicity in M (an element's repetition number).
Permutations, when considered as arrangements, are sometimes referred to as linearly ordered arrangements. If, however, the objects are arranged in a circular manner this distinguished ordering is weakened: there is no "first element" in the arrangement, as any element can be considered as the start. An arrangement of distinct objects in a circular manner is called a circular permutation. These can be formally defined as equivalence classes of ordinary permutations of these objects, for the equivalence relation generated by moving the final element of the linear arrangement to its front.
Two circular permutations are equivalent if one can be rotated into the other. The following four circular permutations on four letters are considered to be the same.
1 4 2 3 4 3 2 1 3 4 1 2 2 3 1 4
The circular arrangements are to be read counter-clockwise, so the following two are not equivalent since no rotation can bring one to the other.
1 1 4 3 3 4 2 2
There are (n – 1)! circular permutations of a set with n elements.
The number of permutations of distinct objects is !.
The number of -permutations with disjoint cycles is the signless Stirling number of the first kind, denoted
c(n,k)
[\begin{smallmatrix}n\ k\end{smallmatrix}]
The cycles (including the fixed points) of a permutation
\sigma
\sigma
\sigma
\beta=(125)(34)(68)(7)
(3,2,2,1).
This may also be written in a more compact form as .More precisely, the general form is
\alpha1 | |
[1 |
\alpha2 | |
2 |
...m
\alphan | |
n |
]
\alpha1,\ldots,\alphan
n! | ||||||||||||||
|
p(n)
Polya's cycle index polynomial is a generating function which counts permutations by their cycle type.
In general, composing permutations written in cycle notation follows no easily described pattern – the cycles of the composition can be different from those being composed. However the cycle type is preserved in the special case of conjugating a permutation
\sigma
\pi
\pi\sigma\pi-1
\pi\sigma\pi-1
\sigma
\pi
\sigma
\pi
The order of a permutation
\sigma
\sigmam=id
\sigma=(152)(34)
lcm(3,2)=6
See main article: Parity of a permutation.
Every permutation of a finite set can be expressed as the product of transpositions.Although many such expressions for a given permutation may exist, either they all contain an even number of transpositions or they all contain an odd number of transpositions. Thus all permutations can be classified as even or odd depending on this number.
This result can be extended so as to assign a sign, written
\operatorname{sgn}\sigma
\operatorname{sgn}\sigma=+1
\sigma
\operatorname{sgn}\sigma=-1
\sigma
\sigma
\pi
\operatorname{sgn}(\sigma\pi)=\operatorname{sgn}\sigma ⋅ \operatorname{sgn}\pi.
It follows that
\operatorname{sgn}\left(\sigma\sigma-1\right)=+1.
The sign of a permutation is equal to the determinant of its permutation matrix (below).
See main article: Permutation matrix.
A permutation matrix is an n × n matrix that has exactly one entry 1 in each column and in each row, and all other entries are 0. There are several ways to assign a permutation matrix to a permutation of . One natural approach is to define
L\sigma
Rn
\{e1,\ldots,en\}
L\sigma(ej)=e\sigma(j)
M\sigma
M\sigma
e\sigma(j)
For example, the one-line permutations.M\sigmaM\tau=M\sigma\tau
\sigma=213, \tau=231
\sigma\tau=132
It is also common in the literature to find the inverse convention, where a permutation σ is associated to the matrix
P\sigma=(M\sigma)-1=(M\sigma)T
P\sigmaP\tau=P\tau\sigma
1 x n
({\bf
T | |
e} | |
i) |
({\bf
T | |
e} | |
i) |
P\sigma=({\bfe}\sigma(i))T
The Cayley table on the right shows these matrices for permutations of 3 elements.
In some applications, the elements of the set being permuted will be compared with each other. This requires that the set S has a total order so that any two elements can be compared. The set with the usual ≤ relation is the most frequently used set in these applications.
A number of properties of a permutation are directly related to the total ordering of S, considering the permutation written in one-line notation as a sequence
\sigma=\sigma(1)\sigma(2) … \sigma(n)
An ascent of a permutation σ of n is any position i < n where the following value is bigger than the current one. That is, i is an ascent if
\sigma(i)<\sigma(i{+}1)
Similarly, a descent is a position i < n with
\sigma(i)>\sigma(i{+}1)
1\leqi<n
An ascending run of a permutation is a nonempty increasing contiguous subsequence that cannot be extended at either end; it corresponds to a maximal sequence of successive ascents (the latter may be empty: between two successive descents there is still an ascending run of length 1). By contrast an increasing subsequence of a permutation is not necessarily contiguous: it is an increasing sequence obtained by omitting some of the values of the one-line notation.For example, the permutation 2453167 has the ascending runs 245, 3, and 167, while it has an increasing subsequence 2367.
If a permutation has k − 1 descents, then it must be the union of k ascending runs.
style\left\langle{n\atopk}\right\rangle
style\left\langle{n\atopk}\right\rangle
An exceedance of a permutation σ1σ2...σn is an index j such that . If the inequality is not strict (that is,), then j is called a weak exceedance. The number of n-permutations with k exceedances coincides with the number of n-permutations with k descents.
A record or left-to-right maximum of a permutation σ is an element i such that σ(j) < σ(i) for all j < i.
Foata's fundamental bijection transforms a permutation
\sigma
f(\sigma)=\hat\sigma
Here the first element in each canonical cycle of\sigma=(513)(6)(827)(94) =\begin{pmatrix} 1&2&3&4&5&6&7&8&9\\ 3&7&5&9&1&6&8&2&4 \end{pmatrix},
\hat\sigma=513682794 =\begin{pmatrix} 1&2&3&4&5&6&7&8&9\\ 5&1&3&6&8&2&7&9&4 \end{pmatrix}.
\sigma
\hat\sigma
\hat\sigma
\sigma=f-1(\hat\sigma)
\hat\sigma=\underline{5}13\underline{6}\underline{8}27\underline{9}4
\sigma
The following table shows
\hat\sigma
\sigma
\hat\sigma
\sigma
\hat\sigma=f(\sigma) | \sigma=f-1(\hat\sigma) | |
---|---|---|
123=(1)(2)(3) | 123=(1)(2)(3) | |
132=(1)(32) | 132=(1)(32) | |
213=(21)(3) | 213=(21)(3) | |
231=(312) | 321=(2)(31) | |
312=(321) | 231=(312) | |
321=(2)(31) | 312=(321) |
As a first corollary, the number of n-permutations with exactly k records is equal to the number of n-permutations with exactly k cycles: this last number is the signless Stirling number of the first kind,
c(n,k)
See main article: Inversion (discrete mathematics).
An inversion of a permutation σ is a pair of positions where the entries of a permutation are in the opposite order:
i<j
\sigma(i)>\sigma(j)
Sometimes an inversion is defined as the pair of values (σ(i), σ(j)); this makes no difference for the number of inversions, and the reverse pair (σ(j), σ(i)) is an inversion in the above sense for the inverse permutation σ−1.
The number of inversions is an important measure for the degree to which the entries of a permutation are out of order; it is the same for σ and for σ−1. To bring a permutation with k inversions into order (that is, transform it into the identity permutation), by successively applying (right-multiplication by) adjacent transpositions, is always possible and requires a sequence of k such operations. Moreover, any reasonable choice for the adjacent transpositions will work: it suffices to choose at each step a transposition of i and where i is a descent of the permutation as modified so far (so that the transposition will remove this particular descent, although it might create other descents). This is so because applying such a transposition reduces the number of inversions by 1; as long as this number is not zero, the permutation is not the identity, so it has at least one descent. Bubble sort and insertion sort can be interpreted as particular instances of this procedure to put a sequence into order. Incidentally this procedure proves that any permutation σ can be written as a product of adjacent transpositions; for this one may simply reverse any sequence of such transpositions that transforms σ into the identity. In fact, by enumerating all sequences of adjacent transpositions that would transform σ into the identity, one obtains (after reversal) a complete list of all expressions of minimal length writing σ as a product of adjacent transpositions.
The number of permutations of n with k inversions is expressed by a Mahonian number. This is the coefficient of
qk
The notation
[n]q!
Let
\sigma\inSn,i,j\in\{1,2,...,n\}
i<j
\sigma(i)>\sigma(j)
(i,j)
\sigma(i)-\sigma(j)
where
\le
One way to represent permutations of n things is by an integer N with 0 ≤ N < n!, provided convenient methods are given to convert between the number and the representation of a permutation as an ordered arrangement (sequence). This gives the most compact representation of arbitrary permutations, and in computing is particularly attractive when n is small enough that N can be held in a machine word; for 32-bit words this means n ≤ 12, and for 64-bit words this means n ≤ 20. The conversion can be done via the intermediate form of a sequence of numbers dn, dn−1, ..., d2, d1, where di is a non-negative integer less than i (one may omit d1, as it is always 0, but its presence makes the subsequent conversion to a permutation easier to describe). The first step then is to simply express N in the factorial number system, which is just a particular mixed radix representation, where, for numbers less than n!, the bases (place values or multiplication factors) for successive digits are,, ..., 2!, 1!. The second step interprets this sequence as a Lehmer code or (almost equivalently) as an inversion table.
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | Lehmer code | ||
---|---|---|---|---|---|---|---|---|---|---|---|
1 | × | × | × | × | × | • | d9 = 5 | ||||
2 | × | × | • | d8 = 2 | |||||||
3 | × | × | × | × | × | • | d7 = 5 | ||||
4 | • | d6 = 0 | |||||||||
5 | × | • | d5 = 1 | ||||||||
6 | × | × | × | • | d4 = 3 | ||||||
7 | × | × | • | d3 = 2 | |||||||
8 | • | d2 = 0 | |||||||||
9 | • | d1 = 0 | |||||||||
Inversion table | 3 | 6 | 1 | 2 | 4 | 0 | 2 | 0 | 0 |
Both encodings can be visualized by an n by n Rothe diagram (named after Heinrich August Rothe) in which dots at (i,σi) mark the entries of the permutation, and a cross at (i,σj) marks the inversion (i,j); by the definition of inversions a cross appears in any square that comes both before the dot (j,σj) in its column, and before the dot (i,σi) in its row. The Lehmer code lists the numbers of crosses in successive rows, while the inversion table lists the numbers of crosses in successive columns; it is just the Lehmer code for the inverse permutation, and vice versa.
To effectively convert a Lehmer code dn, dn−1, ..., d2, d1 into a permutation of an ordered set S, one can start with a list of the elements of S in increasing order, and for i increasing from 1 to n set σi to the element in the list that is preceded by dn+1−i other ones, and remove that element from the list. To convert an inversion table dn, dn−1, ..., d2, d1 into the corresponding permutation, one can traverse the numbers from d1 to dn while inserting the elements of S from largest to smallest into an initially empty sequence; at the step using the number d from the inversion table, the element from S inserted into the sequence at the point where it is preceded by d elements already present. Alternatively one could process the numbers from the inversion table and the elements of S both in the opposite order, starting with a row of n empty slots, and at each step place the element from S into the empty slot that is preceded by d other empty slots.
Converting successive natural numbers to the factorial number system produces those sequences in lexicographic order (as is the case with any mixed radix number system), and further converting them to permutations preserves the lexicographic ordering, provided the Lehmer code interpretation is used (using inversion tables, one gets a different ordering, where one starts by comparing permutations by the place of their entries 1 rather than by the value of their first entries). The sum of the numbers in the factorial number system representation gives the number of inversions of the permutation, and the parity of that sum gives the signature of the permutation. Moreover, the positions of the zeroes in the inversion table give the values of left-to-right maxima of the permutation (in the example 6, 8, 9) while the positions of the zeroes in the Lehmer code are the positions of the right-to-left minima (in the example positions the 4, 8, 9 of the values 1, 2, 5); this allows computing the distribution of such extrema among all permutations. A permutation with Lehmer code dn, dn−1, ..., d2, d1 has an ascent if and only if .
In computing it may be required to generate permutations of a given sequence of values. The methods best adapted to do this depend on whether one wants some randomly chosen permutations, or all permutations, and in the latter case if a specific ordering is required. Another question is whether possible equality among entries in the given sequence is to be taken into account; if so, one should only generate distinct multiset permutations of the sequence.
An obvious way to generate permutations of n is to generate values for the Lehmer code (possibly using the factorial number system representation of integers up to n!), and convert those into the corresponding permutations. However, the latter step, while straightforward, is hard to implement efficiently, because it requires n operations each of selection from a sequence and deletion from it, at an arbitrary position; of the obvious representations of the sequence as an array or a linked list, both require (for different reasons) about n2/4 operations to perform the conversion. With n likely to be rather small (especially if generation of all permutations is needed) that is not too much of a problem, but it turns out that both for random and for systematic generation there are simple alternatives that do considerably better. For this reason it does not seem useful, although certainly possible, to employ a special data structure that would allow performing the conversion from Lehmer code to permutation in O(n log n) time.
See main article: Fisher–Yates shuffle. For generating random permutations of a given sequence of n values, it makes no difference whether one applies a randomly selected permutation of n to the sequence, or chooses a random element from the set of distinct (multiset) permutations of the sequence. This is because, even though in case of repeated values there can be many distinct permutations of n that result in the same permuted sequence, the number of such permutations is the same for each possible result. Unlike for systematic generation, which becomes unfeasible for large n due to the growth of the number n!, there is no reason to assume that n will be small for random generation.
The basic idea to generate a random permutation is to generate at random one of the n! sequences of integers d1,d2,...,dn satisfying (since d1 is always zero it may be omitted) and to convert it to a permutation through a bijective correspondence. For the latter correspondence one could interpret the (reverse) sequence as a Lehmer code, and this gives a generation method first published in 1938 by Ronald Fisher and Frank Yates.[21] While at the time computer implementation was not an issue, this method suffers from the difficulty sketched above to convert from Lehmer code to permutation efficiently. This can be remedied by using a different bijective correspondence: after using di to select an element among i remaining elements of the sequence (for decreasing values of i), rather than removing the element and compacting the sequence by shifting down further elements one place, one swaps the element with the final remaining element. Thus the elements remaining for selection form a consecutive range at each point in time, even though they may not occur in the same order as they did in the original sequence. The mapping from sequence of integers to permutations is somewhat complicated, but it can be seen to produce each permutation in exactly one way, by an immediate induction. When the selected element happens to be the final remaining element, the swap operation can be omitted. This does not occur sufficiently often to warrant testing for the condition, but the final element must be included among the candidates of the selection, to guarantee that all permutations can be generated.
The resulting algorithm for generating a random permutation of ''a''[0], ''a''[1], ..., ''a''[''n'' − 1]
can be described as follows in pseudocode:
for i from n downto 2 do di ← random element of swap a[''d<sub>i</sub>''] and a[''i'' − 1]
This can be combined with the initialization of the array ''a''[''i''] = ''i''
as follows
for i from 0 to n−1 do di+1 ← random element of a[''i''] ← a[''d''<sub>''i''+1</sub>] a[''d''<sub>''i''+1</sub>] ← i
If di+1 = i, the first assignment will copy an uninitialized value, but the second will overwrite it with the correct value i.
However, Fisher-Yates is not the fastest algorithm for generating a permutation, because Fisher-Yates is essentially a sequential algorithm and "divide and conquer" procedures can achieve the same result in parallel.[22]
There are many ways to systematically generate all permutations of a given sequence.[23] One classic, simple, and flexible algorithm is based upon finding the next permutation in lexicographic ordering, if it exists. It can handle repeated values, for which case it generates each distinct multiset permutation once. Even for ordinary permutations it is significantly more efficient than generating values for the Lehmer code in lexicographic order (possibly using the factorial number system) and converting those to permutations. It begins by sorting the sequence in (weakly) increasing order (which gives its lexicographically minimal permutation), and then repeats advancing to the next permutation as long as one is found. The method goes back to Narayana Pandita in 14th century India, and has been rediscovered frequently.
The following algorithm generates the next permutation lexicographically after a given permutation. It changes the given permutation in-place.
For example, given the sequence [1, 2, 3, 4] (which is in increasing order), and given that the index is zero-based, the steps are as follows:
Following this algorithm, the next lexicographic permutation will be [1, 3, 2, 4], and the 24th permutation will be [4, 3, 2, 1] at which point a[''k''] < a[''k'' + 1] does not exist, indicating that this is the last permutation.
This method uses about 3 comparisons and 1.5 swaps per permutation, amortized over the whole sequence, not counting the initial sort.[24]
See main article: Steinhaus–Johnson–Trotter algorithm and Heap's algorithm. An alternative to the above algorithm, the Steinhaus–Johnson–Trotter algorithm, generates an ordering on all the permutations of a given sequence with the property that any two consecutive permutations in its output differ by swapping two adjacent values. This ordering on the permutations was known to 17th-century English bell ringers, among whom it was known as "plain changes". One advantage of this method is that the small amount of change from one permutation to the next allows the method to be implemented in constant time per permutation. The same can also easily generate the subset of even permutations, again in constant time per permutation, by skipping every other output permutation.
An alternative to Steinhaus–Johnson–Trotter is Heap's algorithm,[25] said by Robert Sedgewick in 1977 to be the fastest algorithm of generating permutations in applications.[23]
The following figure shows the output of all three aforementioned algorithms for generating all permutations of length
n=4
Sk\subsetSk+1
Explicit sequence of swaps (transpositions, 2-cycles
(pq)
Sk-1
Sk\backslashSk-1
Sk-1\taui
Sk-1
Sk
\taui
Sm
λm\inSm
Sk-1
Sk\backslashSk-1
\tau1=(p1k)λk-1
1\leqp1<k
Sk-1
Sk-1\tau1
λk-1\tau1
\tau2=(p2k)λk-1\tau1
Continuing the same way, one gets coset representatives
\tauj=(pjk)λk-1 … λk-1(pik)λk-1 … λk-1(p1k)λk-1
Sk-1
Sk
(p1,\ldots,pk-1)
0\leqpi<k
\tauj(\tau
-1 | |
i) |
=(pjk)λk-1(pj-1k)λk-1 … λk-1(pi+1k)=\varkappaij\inSk-1
\varkappaij(k)=k
\taui\inSk-Sk-1
k>j>i\geq1
(λk-1)j-ipi ≠ pj
pi
λk=λk-1(pk-1k)λk-1(pk-2k)λk-1 … λk-1(p1k)λk-1
EXAMPLES: obviously, for
λ2
λ2=(12)
λ3
p1=p2=1
λ3=λ2(13)λ2(13)λ2=(13)
S4
p1=1,p2=2,p3=3
λ4=(13)(1234)(13)=(1432)
λ5
p1=p2=p3=p4=1
λ5=(15)
From examples above one can inductively go to higher
k
Sk
Sk+1
k
k
(1,2,...,k)
λk=(1k)
k
λk=(1k-)(12 … k)(1k-)
k
k-=k-1
699=5(5!)+4(4!)+1(2!)+1(1!)
\sigma=λ2(13)λ2(15)λ4(15)λ4(15)λ4(15)λ4(56)λ5(46)λ5(36)λ5(26)λ5(16)λ5=
λ2(13)λ2((15)λ
-1 | |
5) |
-1 | |
λ | |
6=(23)(14325) |
(15)(15)(123456)(15)=
(23)(15234)(123456)(15)
\sigma=(1653)(24)
Because multiplying by swap permutation takes short computing time and every new generated permutation requires only one such swap multiplication, this generation procedure is quite efficient. Moreover as there is a simple formula, having the last permutation in each
Sk
Permutations are used in the interleaver component of the error detection and correction algorithms, such as turbo codes, for example 3GPP Long Term Evolution mobile telecommunication standard uses these ideas (see 3GPP technical specification 36.212[31]).Such applications raise the question of fast generation of permutations satisfying certain desirable properties. One of the methods is based on the permutation polynomials. Also as a base for optimal hashing in Unique Permutation Hashing.[32]