Kiril Bangachev 47d17951b8 Add Kth lexicographic permutation (#1179)
* Add Kth lexicographic permutation

Function that computes the kth lexicographic permtation of 0,1,2,...,n-1 in O(n^2) time

* Update kth_lexicographic_permutation.py

Addressed requested changes
2019-09-13 13:13:55 +02:00
..
2019-07-11 18:20:41 +02:00
2019-07-13 09:04:43 +02:00
2019-07-18 23:40:51 +02:00
2019-09-06 11:06:56 +02:00