Cycles of a permutation: Difference between revisions

Content added Content deleted
m (→‎{{header|Julia}}: remove unused functions)
Line 141: Line 141:
end
end
end
end

""" Create an identity Perm for permutations of length n """
Perm(n::Int) = Perm(1:n)


""" Create a Perm from its cycle vectors """
""" Create a Perm from its cycle vectors """