permutation (439B)
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 - [permutation_in_place] 14 15 ## Specific permutations 16 17 - [transposition] 18 - [circular_permutation] 19 - [permutation_separable] 20 21 ## Variants 22 23 - [permutation_signed] 24 25 ## Derived notions 26 27 - [permutation_pattern] 28 - [symmetric_group] 29 30 Up: [mathematics] 31 32 See also: [sorting] 33 34 Aliases: permutations