Comparison between starter sets generation method for listing all permutations

Listing of all n! distinct permutations is an exhaustive process.Using starter set, the process of listing the permutations becomes easy.However a problem arises when the equivalence starter sets will generate the similar permutation and needed to be discarded.Two new recursive strategies are propos...

全面介紹

Saved in:
書目詳細資料
Main Authors: Karim, Sharmila, Ibrahim, Haslinda, Omar, Zurni
格式: Conference or Workshop Item
出版: 2013
主題:
在線閱讀:http://repo.uum.edu.my/16854/
http://doi.org/10.1063/1.4801219
標簽: 添加標簽
沒有標簽, 成為第一個標記此記錄!
實物特徵
總結:Listing of all n! distinct permutations is an exhaustive process.Using starter set, the process of listing the permutations becomes easy.However a problem arises when the equivalence starter sets will generate the similar permutation and needed to be discarded.Two new recursive strategies are proposed to generate starter sets without generating equivalence starter sets namely circular and exchange two elements operation.Once the starter sets are obtained, the circular and reverse of circular operation are employed to produce distinct permutation from each starter sets.Computational advantages are presented comparing the results obtained by the new method with two other existing methods.The result indicates that the exchange two elements based strategy is faster than the circular based.Overall all new algorithms are better than existing algorithms in time execution.