Permutations/Rank of a permutation: Difference between revisions

limit wrong
(New draft task and Python solution.)
 
(limit wrong)
Line 39:
# Create the inverse function that given the permutation generates its rank.
# Show that for <math>n=3</math> the two functions are indeed inverses of each other.
# Compute and show here 4 random, individual, samples of permutations of 1312 objects.
;Stretch goal:
* State how reasonable it would be to use your program to address the limits of the Stack Overflow question.
Anonymous user