permutation (413B)
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 20 ## Variants 21 22 - [permutation_signed] 23 24 ## Derived notions 25 26 - [permutation_pattern] 27 - [symmetric_group] 28 29 Up: [mathematics] 30 31 See also: [sorting] 32 33 Aliases: permutations