Contents
Hamming graph
[[File:Hamming 3-3 unit distance.svg|thumb| H(3,3) drawn as a unit distance graph]] Hamming graphs are a special class of graphs named after Richard Hamming and used in several branches of mathematics (graph theory) and computer science. Let S be a set of q elements and d a positive integer. The Hamming graph H(d,q) has vertex set Sd, the set of ordered d-tuples of elements of S, or sequences of length d from S. Two vertices are adjacent if they differ in precisely one coordinate; that is, if their Hamming distance is one. The Hamming graph H(d,q) is, equivalently, the Cartesian product of d complete graphs Kq. In some cases, Hamming graphs may be considered more generally as the Cartesian products of complete graphs that may be of varying sizes. Unlike the Hamming graphs H(d,q) , the graphs in this more general class are not necessarily distance-regular, but they continue to be regular and vertex-transitive.
Special cases
H(2,3) , which is the generalized quadrangle G Q (2,1) H(1,q) , which is the complete graph Kq H(2,q) , which is the lattice graph Lq,q and also the rook's graph H(d,1) , which is the singleton graph K1 H(d,2) , which is the hypercube graph Qd. Hamiltonian paths in these graphs form Gray codes. H(d,2) and H(d,3) are all unit distance graphs.
Applications
The Hamming graphs are interesting in connection with error-correcting codes and association schemes, to name two areas. They have also been considered as a communications network topology in distributed computing.
Computational complexity
It is possible in linear time to test whether a graph is a Hamming graph, and in the case that it is, find a labeling of it with tuples that realizes it as a Hamming graph.
This article is derived from Wikipedia and licensed under CC BY-SA 4.0. View the original article.
Wikipedia® is a registered trademark of the
Wikimedia Foundation, Inc.
Bliptext is not
affiliated with or endorsed by Wikipedia or the
Wikimedia Foundation.