Permutation Generation: Two New Permutation Algorithms

Jie Gao,Dianjun Wang
DOI: https://doi.org/10.48550/arXiv.cs/0306025
2003-06-05
Data Structures and Algorithms
Abstract:Two completely new algorithms for generating permutations, shift-cursor algorithm and level algorithm, and their efficient implementations are presented in this paper. One implementation of the shift cursor algorithm gives an optimal solution of the permutation generation problem, and one implementation of the level algorithm can be used to generate random permutations.
What problem does this paper attempt to address?