10 lines
174 B
Markdown
10 lines
174 B
Markdown
# ypermutation_t
|
|
|
|
Implement some functions on permutations.
|
|
|
|
Uses set theoretics.
|
|
|
|
## Bijection
|
|
Implement a bijection between an integer and a permutation (and its inverse)
|
|
|