标签: python arrays algorithm optimization permutation
是否可以使用重复O(n^2)算法将给定的排名降级到较低的复杂性级别,如果可以的话如何?
O(n^2)
此链接给出了算法:
https://www.geeksforgeeks.org/find-n-th-lexicographically-permutation-string-set-2/