Task number 24

Original author: Project Euler
  • Transfer
A permutation is a linearly ordered set. For example, 3124 is one of the possible permutations of the numbers 1, 2, 3, and 4. If the list of all permutations is sorted numerically or alphabetically, then they say that it has a lexicographic order. The lexicographical list of all permutations of the digits 0, 1, and 2 is:

012 021 102 120 201 210

Find the millionth permutation in the lexicographic list of all permutations of the digits 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9.

Also popular now: