prefix reversal gray codes
play

Prefix-reversal Gray codes Elena Konstantinova Sobolev Institute of - PowerPoint PPT Presentation

Prefix-reversal Gray codes Elena Konstantinova Sobolev Institute of Mathematics joint work with Alexey Medvedev, CEU Budapest Modern Trends in Algebraic Graph Theory Villanova University, USA, June 25, 2014 Elena Konstantinova


  1. Prefix-reversal Gray codes Elena Konstantinova Sobolev Institute of Mathematics joint work with Alexey Medvedev, CEU Budapest Modern Trends in Algebraic Graph Theory Villanova University, USA, June 2–5, 2014 Elena Konstantinova Prefix-reversal Gray codes Villanova–2014 1 / 18

  2. Binary reflected Gray code (BRGC) Gray code [F. Gray, 1953, U.S. Patent 2,632,058] The reflected binary code, also known as Gray code, is a binary numeral system where two successive values differ in only one bit. Example n = 2 : 00 01 | 11 10 n = 3 : 000 001 011 010 | 110 111 101 100 BRGC is related to Hamiltonian cycles of hypercube graphs b b b b 111 110 10 11 b b b b b b b b 010 011 b b b b 100 101 b b b b 00 01 b b b b 000 001 Elena Konstantinova Prefix-reversal Gray codes Villanova–2014 2 / 18 H 2 H 3 b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b

  3. Gray codes: generating combinatorial objects Gray codes Now the term Gray code refers to minimal change order of combinatorial objects. [D.E. Knuth, The Art of Computer Programming, Vol.4 (2010)] Knuth recently surveyed combinatorial generation: Gray codes are related to efficient algorithms for exhaustively generating combinatorial objects. (tuples, permutations, combinations, partitions, trees) [P. Eades, B. McKay, An algorithm of generating subsets of fixed size with a strong minimal change property (1984)] They followed to Gray‘s approach to order the k–combinations of an n element set. Elena Konstantinova Prefix-reversal Gray codes Villanova–2014 3 / 18

  4. Gray codes: generating permutations [V.L. Kompel’makher, V.A. Liskovets, Successive generation of permutations by means of a transposition basis (1975)] Q: Is it possible to arrange permutations of a given length so that each permutation is obtained from the previous one by a transposition? A: YES [S. Zaks, A new algorithm for generation of permutations (1984)] In Zaks’ algorithm each successive permutation is generated by reversing a suffix of the preceding permutation. Start with I n = [12 . . . n ] and in each step reverse a certain suffix. Let ζ n is the sequence of sizes of these suffixes defined by recursively as follows: ζ 2 = 2 ζ n = ( ζ n − 1 n ) n − 1 ζ n − 1 , n > 2 , where a sequence is written as a concatenation of its elements. Elena Konstantinova Prefix-reversal Gray codes Villanova–2014 4 / 18

  5. Zaks’ algorithm: examples If n = 2 then ζ 2 = 2 and we have: [12] [21] If n = 3 then ζ 3 = 23232 and we have: [123] [231] [312] [132] [213] [321] If n = 4 then ζ 4 = 23232423232423232423232 and we have: [1234] [2341] [3412] [4123] [1243] [2314] [3421] [4132] [1342] [2413] [3124] [4231] [1324] [2431] [3142] [4213] [1423] [2134] [3241] [4312] [1432] [2143] [3214] [4321] Elena Konstantinova Prefix-reversal Gray codes Villanova–2014 5 / 18

  6. Greedy Pancake Gray codes: generating permutations [A. Williams, J. Sawada, Greedy pancake flipping (2013)] Take a stack of pancakes, numbered 1 , 2 , ..., n by increasing diameter, and repeat the following: Flip the maximum number of topmost pancakes that gives a new stack. [1234] [4321] [2341] [1432] [3412] [2143] [4123] [3214] [2314] [4132] [3142] [2413] [1423] [3241] [4231] [1324] [3124] [4213] [1243] [3421] [2431] [1342] [4312] [2134] Elena Konstantinova Prefix-reversal Gray codes Villanova–2014 6 / 18

  7. Prefix–reversal Gray codes: generating permutations Each ’flip’ is formally known as prefix–reversal. The Pancake graph P n is the Cayley graph on the symmetric group Sym n with generating set { r i ∈ Sym n , 1 � i < n } , where r i is the operation of reversing the order of any substring [1 , i ] , 1 < i � n , of a permutation π when multiplied on the right, i.e., [ π 1 . . . π i π i +1 . . . π n ] r i = [ π i . . . π 1 π i +1 . . . π n ] . Williams’ prefix–reversal Gray code: ( r n r n − 1 ) n Flip the maximum number of topmost pancakes that gives a new stack. Zaks’ prefix–reversal Gray code: ( r 3 r 2 ) 3 Flip the minimum number of topmost pancakes that gives a new stack. Elena Konstantinova Prefix-reversal Gray codes Villanova–2014 7 / 18

  8. ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! Two scenarios of generating permutations: Zaks | Williams r 4 r 2 r 2 r 4 r 3 r 3 r 4 r 4 r 4 r 3 r 3 r 2 r 3 r 3 r 2 r 2 r 3 r 3 r 4 r 4 r 2 r 2 r 4 r 4 r 4 r 4 r 3 r 3 r 2 r 2 r 2 r 2 r 4 r 4 r 4 r 3 r 3 r 2 r 2 r 3 r 3 r 4 r 4 r 3 r 3 r 2 r 2 r 3 (a) Zaks’ code in P 4 (b) Williams’ code in P 4 Resume: both approaches are based on independent cycles in P n Elena Konstantinova Prefix-reversal Gray codes Villanova–2014 8 / 18

  9. Pancake graph: cycle structure [A. Kanevsky, C. Feng, On the embedding of cycles in pancake graphs (1995)] All cycles of length ℓ , where 6 � ℓ � n ! − 2 , or ℓ = n ! , can embedded in P n . [J.J. Sheu, J.J.M. Tan, K.T. Chu, Cycle embedding in pancake interconnection networks (2006)] All cycles of length ℓ , where 6 � ℓ � n ! , can embedded in P n . Cycles in P n All cycles of length ℓ , where 6 � ℓ � n ! , can be embedded in the Pancake graph P n , n � 3 , but there are no cycles of length 3 , 4 or 5 . Proofs are based on the hierarchical structure of P n . Elena Konstantinova Prefix-reversal Gray codes Villanova–2014 9 / 18

  10. Pancake graphs: hierarchical structure P n consists of n copies of P n − 1 ( i ) = ( V i , E i ), 1 � i � n , where the vertex set V i is presented by permutations with the fixed last element. P 1 P 4 � � [1] [1234] [4321] r 4 � � � � r 3 r 3 r 2 r 2 P 2 [3214] [2341] � � � [2134] � � � [3421] � � r 2 � � r 2 � � r 2 r 3 r 3 [12] [21] [3124] [2431] [2314] � � � � � � � � [3241] r 2 r 2 r 3 r 3 r 4 � � � P 3 � [1324] [4231] r 4 r 4 r 4 r 4 [2413] [3142] [123] r 4 � � � � r 4 � � r 4 r 3 r 2 r 2 r 2 r 3 r 3 [4132] [1423] [321] [213] � � � � � � [1342] � � � � [4213] � � r 3 r 3 r 2 r 2 r 2 r 3 [1243] [4312] � � [1432] � � � � � � � � � � [4123] [231] � � [312] r 2 r 2 r 3 r 2 r 3 r 3 � � � � � � [3412] r 4 [2143] [132] Elena Konstantinova Prefix-reversal Gray codes Villanova–2014 10 / 18

  11. Hamiltonicity due to the hierarchical structure of P n ⇔ Prefix–reversal Gray codes (PRGC) by Zaks and Williams P n − 1 ( n ) π 2 � � π 1 L n � � P n − 1 ( n − 1) n − 1 r n r n π 3 π 2 n � � � � L n − 1 n − 1 L 1 n − 1 � � π 4 � r n � � � r n P n − 1 (1) π 5 L n − 2 n − 1 � � r n P n − 1 ( n − 2) Proposition 1. If there is a Gray code in P n − 1 then there is a Gray code in P n given by the same algorithm. Elena Konstantinova Prefix-reversal Gray codes Villanova–2014 11 / 18

  12. Small independent even cycles and PRGC Proposition 2. The Pancake graph P n , n � 3 , contains the maximal set of n ! ℓ independent ℓ –cycles of the canonical form C ℓ = ( r k r k − 1 ) k , where ℓ = 2 k, for any 3 � k � n. Williams’ prefix–reversal Gray code: ( r n r n − 1 ) n This code is based on the maximal set of independent 2 n–cycles. Zaks’ prefix–reversal Gray code: ( r 3 r 2 ) 3 This code is based on the maximal set of independent 6 –cycles. Elena Konstantinova Prefix-reversal Gray codes Villanova–2014 12 / 18

  13. Independent cycles in P n Theorem 1. The Pancake graph P n , n � 4 , contains the maximal set of n ! ℓ independent ℓ –cycles of the canonical form C ℓ = ( r n r m ) k , (1) where ℓ = 2 k, 2 � m � n − 1 and m � ⌊ n  O (1) if 2 ⌋ ;  m > ⌊ n k = O ( n ) if 2 ⌋ and n ≡ 0 (mod n − m ) ; (2) O ( n 2 ) else .  Corollary The cycles presented in Theorem 1 have no chords. Elena Konstantinova Prefix-reversal Gray codes Villanova–2014 13 / 18

  14. Hamilton cycles based on small independent even cycles Hamilton cycle ⇒ PRGC Definition The Hamilton cycle H n based on independent ℓ –cycles is called a Hamilton cycle in P n , consisting of paths of lengths l = ℓ − 1 of independent cycles, connected together with external to these cycles edges. Elena Konstantinova Prefix-reversal Gray codes Villanova–2014 14 / 18

  15. ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! Hamilton cycles based on small independent even cycles Definition The complementary cycle H ′ n to the Hamilton cycle H n based on independent cycles is defined on unused edges of H n and the same external edges. H ′ H 4 4 (c) Hamilton cycle H 4 in P 4 (d) Complement cycle H ′ 4 to H 4 in P 4 Elena Konstantinova Prefix-reversal Gray codes Villanova–2014 15 / 18

  16. Hamilton cycles based on small independent even cycles Theorem 2. There are no other Hamilton cycles in P n , n � 5 , based on independent cycles from Theorem 1 when k = O (1) and k = O ( n ) , except from Zaks and Williams constructions. Proof is based on examining the complementary cycles’ structures. Elena Konstantinova Prefix-reversal Gray codes Villanova–2014 16 / 18

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend