Kautz graph
The Kautz graph is a digraph (directed graph) of degree and dimension , which has vertices labeled by all possible strings of length which are composed of characters chosen from an alphabet containing distinct symbols, subject to the condition that adjacent characters in the string cannot be equal ().
The Kautz graph has edges
(1) |
It is natural to label each such edge of as , giving a one-to-one correspondence between edges of the Kautz graph and vertices of the Kautz graph .
Example:
The Kautz graph has 6 nodes, and is depicted in the following figure (using the alphabet ={0, 1, 2})
The diameter of the Kautz graph
is
(For example, there is a path of length from to
achieved by the
sequence of edges , β¦ unless in
which case there is a similar path of length beginning
.)
Kautz graphs are closely related to de Bruijn graphs, which are defined similarly but without the condition , and with an alphabet of only symbols for the degree de Bruijn graph.
For a fixed degree and number of vertices , the Kautz graph has the smallest diameter of any possible directed graph with vertices and degree .
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
and vertices of the Kautz graph
; a Hamiltonian cycle on is
given by an Eulerian cycle on )
A degree- Kautz graph has disjoint paths from any node to any other node .
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 |