Hypercube graph (source code)

= Hypercube graph
{wiki=Hypercube_graph}

A **hypercube graph**, often denoted as \\( Q_n \\), is a graph that represents the relationships between the vertices of an \\( n \\)-dimensional hypercube. The vertices of the hypercube correspond to the binary strings of length \\( n \\), and there is an edge between two vertices if the corresponding binary strings differ in exactly one bit position.