Gray-coding through nested sets
Antonia W. Bluher

TL;DR
This paper introduces an efficient algorithm for Gray-coding through nested sets, enabling exhaustive, non-repetitive traversal of all subsets within a nested set structure, and produces new cyclic Gray codes for binary integers.
Contribution
The paper presents a novel algorithm for Gray-coding through nested sets and introduces new families of cyclic Gray codes for binary m-bit integers.
Findings
Algorithm efficiently exhausts all subsets without repetition.
New cyclic Gray codes for binary m-bit integers are constructed.
The approach generalizes Gray coding to nested set structures.
Abstract
We consider the following combinatorial question. Let be nested sets, where #. A move consists of altering one of the sets , , in a manner so that the nested condition still holds and # is still . Our goal is to find a sequence of moves that exhausts through all subsets of (other than the initial sets ) with no repeats. We call this "Gray-coding through nested sets" because of the analogy with Frank Gray's theory of exhausting through integers while altering only one bit at a time. Our main result is an efficient algorithm that solves this problem. As a byproduct, we produce new families of cyclic Gray codes through binary -bit integers.
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
TopicsComputability, Logic, AI Algorithms
