Pinned Loading
-
python-algebra-groups
python-algebra-groups PublicRough implementation of algebraic groups in python.
-
Get list of permutations of an array
Get list of permutations of an array 1func permutations<T>(of array: [T]) -> [[T]] where T: Equatable {
2// Base condition
3if array.count <= 1 {
4return [array]
5}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.