permutation (345B)
1 # Permutation 2 3 ## Notions 4 5 - [orbit] 6 - [permutation_matrix] 7 8 ## Problems 9 10 - [permutation_distance] 11 - [permutation_pattern_matching] 12 - [superpermutation] 13 14 ## Specific permutations 15 16 - [transposition] 17 - [circular_permutation] 18 19 ## Variants 20 21 - [permutation_signed] 22 23 ## Derived notions 24 25 - [permutation_pattern] 26 27 Up: [mathematics] 28 29 See also: [sorting]