| |
| | Problem #3: Permutation Inversion Tables (Site not responding. Last check: 2007-10-21) |
 | | For example, the six permutations of the integers { 1, 2, 3 } are: 1 2 3, 1 3 2, 2 1 3, 2 3 1, 3 1 2, and 3 2 1. |
 | | There are several methods used to represent a permutation of the integers { 1, 2, 3,..., n }, one of which is to show the permutation directly as was done above for each of the six permutations of { 1, 2, 3 }. |
 | | A permutation determines a unique inversion table; furthermore, given the inversion table it is possible to reconstruct the associated permutation. |
| www.acm.inf.ethz.ch /ProblemSetArchive/B_US_EastCen/1984/permute.htm (451 words) |
|