Permutations
← Back to Combinatorics
Ordered arrangements of elements. The number of permutations of n elements is n!. Permutations of k elements from n is P(n,k) = n!/(n-k)!. Used in analyzing algorithm complexity, cryptographic key spaces, and counting problems.
mathematics-for-cs discrete-mathematics combinatorics permutations