feat(solutions): problem #24
parent
7025bf4ae6
commit
f3af320c66
|
|
@ -0,0 +1,5 @@
|
||||||
|
from itertools import permutations
|
||||||
|
|
||||||
|
lexicographicPermutations = permutations([0, 1, 2, 3, 4, 5, 6, 7, 8, 9])
|
||||||
|
|
||||||
|
print(list(lexicographicPermutations)[1000000 - 1])
|
||||||
Loading…
Reference in New Issue