We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c846d commit 9f73cccCopy full SHA for 9f73ccc
1 file changed
maths/kth_lexicographic_permutation.py
@@ -43,6 +43,7 @@ def kth_permutation(k, n):
43
return permutation
44
45
46
+
47
if __name__ == "__main__":
48
import doctest
49
0 commit comments