unordered alternative to next_permutation()?So I need a one-to-one and onto map (f) from the set of permutations (S_n) to the integers mod N!. O...
unordered alternative to next_permutation()?Hello! Forgive me if anything I say is dumb, I'm a fairly novice programmer. Currently I have a ...