Last chance! 50% off unlimited learning
Sale ends in
is.permutation(perm)
is.permutation(c(3,1,2,4))
is.permutation(c(6,1,2,3))
is.permutation(matrix(c(1,2,3, 4,1,4,3,2,1,2,4,3), nrow = 3, ncol = 4, byrow = TRUE))
Run the code above in your browser using DataLab