Kautz graph
The Kautz graph π¦N+1K is a digraph (directed
graph) of degree K and dimension N+1, which has (K+1)KN
vertices labeled by all possible strings s0β―sN of length N+1 which are composed of characters si chosen from an alphabet
A containing K+1 distinct symbols, subject to the condition that
adjacent characters in the string cannot be equal (siβ si+1).
The Kautz graph π¦N+1K has (K+1)KN+1 edges
{(s0s1β―sN,s1s2β―sNsN+1)|siβAsiβ si+1}. | (1) |
It is natural to label each such edge of π¦N+1K as s0s1β―sN+1, giving a one-to-one correspondence between edges of the Kautz graph π¦N+1K and vertices of the Kautz graph π¦N+2K.
Example:
The Kautz graph π¦22 has 6 nodes, and is depicted in the following figure (using the alphabet A ={0, 1, 2})
β
The diameter of the Kautz graph
π¦NK is N
(For example, there is a path of length N from x to y
achieved by the
sequence of edges (x0x1β―xN,x1β―xNy0), β¦(xNy0β―yN-1,y0β―yN) unless xN=y0 in
which case there is a similar path of length N-1 beginning
(x0x1β―xN-1y0,x1β―xN-1y0y1),β¦.)
β Kautz graphs are closely related to de Bruijn graphs, which are defined similarly but without the condition siβ si+1, and with an alphabet of only K symbols for the degree K de Bruijn graph.
β For a fixed degree K and number of vertices V=(K+1)KN, the Kautz graph has the smallest diameter of any possible directed graph with V vertices and degree K.
β All Kautz graphs have Eulerian cycles
(An Eulerian cycle
is one which visits each edge exactly onceβ This result follows
because Kautz graphs have in-degree equal to out-degree for each
node)
β All Kautz graphs have a Hamiltonian cycle
(This result follows from the correspondence described above
between edges of the Kautz graph π¦NK
and vertices of the Kautz graph
π¦N+1K; a Hamiltonian cycle on π¦N+1K is
given by an Eulerian cycle on π¦NK)
β A degree-k Kautz graph has k disjoint paths from any node x to any other node y.
Title | Kautz graph |
---|---|
Canonical name | KautzGraph |
Date of creation | 2013-03-22 16:22:55 |
Last modified on | 2013-03-22 16:22:55 |
Owner | wati (15191) |
Last modified by | wati (15191) |
Numerical id | 7 |
Author | wati (15191) |
Entry type | Definition |
Classification | msc 05C20 |
Related topic | DeBruijnDigraph |