Permutations

We can see the different permutations in a range using C++.

We'll cover the following...

std::prev_permutation and std::next_permutation return the previous ...