Click here to Skip to main content
15,868,141 members
Articles / Programming Languages / C++

Permutations in C++

10 Sep 2009CPOL 202.5K   359   39   44
Explains the technique of finding permutations and provides source code for the recursive implementation. I will also explain how to use the STL template function next_permutation().
We're sorry, but the article you are trying to view was deleted at 2 Sep 2014.

Please go to the C++ Table of Contents to view the list of available articles in this section.