Factorial base numbers indexing permutations of a collection: Difference between revisions

m
Formatting code.
m (Formatting long lines of code.)
m (Formatting code.)
Line 331:
std::cout << code + " --> " << std::endl;
factoradic = convert_to_vector_of_integer(code);
std::cout << to_string<std::string>(permutation<std::string>(cards, factoradic), " ") << std::endl << std::endl;
<< std::endl << std::endl;
}
 
915

edits