listing permutations

S

scott

I need to list the possible permutations for 5 numbers using all 5 in each
permutation.

1 2 3 4 5
2 1 3 4 5
1 2 4 3 5
etc.
 
Top