scheinerman / Permutations.jl

Permutations class for Julia.
Other
51 stars 14 forks source link

Use Base.isperm() to check validity of the permutation. #2

Closed jlapeyre closed 9 years ago

jlapeyre commented 9 years ago

This is more efficient than the previous method.