add some tests in permutation dir

This commit is contained in:
2023-11-24 09:54:41 +01:00
parent 79890b7017
commit 8f5a85bd4d
14 changed files with 1608 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# ypermutation_t
Implement some functions on permutations.
Uses set theoretics.
## Bijection
Implement a bijection between an integer and a permutation (and its inverse)