Permutations
View case study
Objectives
- Create a custom type to represent a permutation
- Utilise multiple dispatch to create new methods for inbuilt functions with
Permutation
objects as arguments
- Generate the elements of groups from generators in
Permutation
form
Additional files