An open API service indexing awesome lists of open source software.

https://github.com/caneroj1/pranker

Ranking and unranking permutations are operations that can be used to solve various permutation-related problems, such as generating random permutations or determining the lexicographic successor of a given permutation.
https://github.com/caneroj1/pranker

Last synced: about 2 months ago
JSON representation

Ranking and unranking permutations are operations that can be used to solve various permutation-related problems, such as generating random permutations or determining the lexicographic successor of a given permutation.

Awesome Lists containing this project

README

        

PRanker
=======

Ranking and unranking permutations are operations that can be used to solve various permutation-related problems, such as generating random permutations or determining the lexicographic successor of a given permutation.

The basic idea for these algorithms came from: http://www.math.ucsd.edu/~gptesler/184a/slides/rank_s13-handout.pdf