Adjacencies in Permutations
Bhadrachalam Chitturi, Krishnaveni K S

TL;DR
This paper analyzes the distribution of adjacencies in permutations and their relation to block-move operations, providing formulas for permutation counts and expected sorting moves, especially focusing on prefix transpositions.
Contribution
It introduces a method to compute the number of permutations with a given adjacency count under various block-moves and relates these counts to sorting complexity.
Findings
Cardinalities of permutation sets with specific adjacencies computed in O(n^2) time
Expected number of moves to sort permutations estimated using adjacency distributions
Results applicable to prefix and suffix transpositions due to symmetry
Abstract
A permutation on an alphabet , is a sequence where every element in occurs precisely once. Given a permutation = (, , ,....., ) over the alphabet =0, 1, . . . , n1 the elements in two consecutive positions in e.g. and are said to form an \emph{adjacency} if =+1. The concept of adjacencies is widely used in computation. The set of permutations over forms a symmetric group, that we call P. The identity permutation, I P where I =(0,1,2,...,n1) has exactly n1 adjacencies. Likewise, the reverse order permutation R=(n1, n2, n3, n4, ...,0) has no adjacencies. We denote the set of permutations in P with exactly k adjacencies with P(k). We study…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenome Rearrangement Algorithms · Algorithms and Data Compression · DNA and Biological Computing
