Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 227 Bytes

File metadata and controls

8 lines (6 loc) · 227 Bytes

jumble

find permutations by lexicographical order

See the wikipedia page on permutations here: http://en.wikipedia.org/wiki/Permutation

Particularly, reference the section on generating permutations by lexicographic order.