Card-cyclic-to-random shuffling with relabeling
Johan Jonasson

TL;DR
This paper analyzes a variant of the card-cyclic-to-random shuffle with relabeling after each round, demonstrating that it still mixes in order n log n steps, similar to the original shuffle.
Contribution
It introduces and analyzes a relabeled version of the card-cyclic-to-random shuffle, proving it also mixes in order n log n steps, extending previous results.
Findings
The relabeled shuffle mixes in order n log n steps.
Relabeling does not change the mixing time order.
The original and relabeled shuffles share similar mixing properties.
Abstract
The card-cyclic-to-random shuffle is the card shuffle where the cards are labeled according to their starting positions. Then the cards are mixed by first picking card from the deck and reinserting it at a uniformly random position, then repeating for card , then for card and so on until all cards have been reinserted in this way. Then the procedure starts over again, by first picking the card with label and reinserting, and so on. Morris, Ning and Peres \cite{MNP} recently showed that the order of the number of shuffles needed to mix the deck in this way is . In the present paper, we consider a variant of this shuffle with relabeling, i.e.\ a shuffle that differs from the above in that after one round, i.e.\ after all cards have been reinserted once, we relabel the cards according to the positions in the deck that they now have. The relabeling…
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
TopicsAlgorithms and Data Compression · Advanced Combinatorial Mathematics · DNA and Biological Computing
