In graph theory, a branch of mathematics, a radio coloring of an undirected graph is a form of graph coloring in which one assigns positive integer labels to the graphs such that the labels of adjacent vertices differ by at least two, and the labels of vertices at distance two from each other differ by at least one. [1]
Radio coloring is closely related to the L(2,1)-labeling (or L(2,1)-coloring) problem first studied by Griggs & Yeh (1992); radio coloring uses labels starting from 1, while L(2,1)-labeling typically uses labels starting from 0. [2] [3] This means that a radio coloring can be transformed into an L(2,1)-labeling by simply subtracting 1 from the value at each vertex, and vice versa by adding 1. The two problems are essentially differ only by notation in most regards, and so are often considered the same problem.
The name "radio coloring" was introduced by Frank Harary because it models the problem of channel assignment in radio broadcasting, while avoiding electromagnetic interference between radio stations that are near each other both in the graph and in their assigned channel frequencies.
The span of a radio coloring is its maximum label, and the radio coloring number of a graph is the smallest possible span of a radio coloring. [2] For instance, the graph consisting of two vertices with a single edge has radio coloring number 3: it has a radio coloring with one vertex labeled 1 and the other labeled 3, but it is not possible for a radio coloring of this graph to use only the labels 1 and 2.
Radio coloring is part of a family of graph labeling problems. The L(2,1)-labeling problem is essentially equivalent to radio coloring, with the main difference being the starting index for labels (0 versus 1). This means that if a graph has L(2,1)-labeling number k, it has radio coloring number k + 1. [3]
Radio coloring should not be confused with radio labeling, which is a different problem where all vertices must receive distinct labels, and adjacent vertices must have labels that differ by at least 2. [2] In radio labeling, the constraint at distance two is automatically satisfied since all labels are distinct.
Griggs and Yeh proved that for cycle graphs, the L(2,1)-labeling number is 4, which means the radio coloring number for cycles is 5. [3] For graphs of maximum degree Δ, they showed that the L(2,1)-labeling number is at most Δ² + 2Δ, meaning that the radio coloring number is at most Δ² + 2Δ + 1. [3]
Finding a radio coloring with a given (or minimum) span is NP-complete, even when restricted to planar graphs, split graphs, or the complements of bipartite graphs. [2] [4] However it is solvable in polynomial time for trees and cographs. [2] [5] For arbitrary graphs, it can be solved in singly-exponential time, significantly faster than a brute-force search through all possible colorings. [6] [7]
Although the radio coloring number of an n-vertex graph can range from 1 to 2n − 1, almost all n-vertex graphs have radio coloring number exactly n. This is because these graphs almost always have diameter at least two (forcing all vertices to have distinct colors, and forcing the radio coloring number to be at least n) but they also almost always have a Hamiltonian path in the complement graph. Consecutive vertices in this path can be assigned consecutive colors, allowing a radio coloring to avoid skipping any numbers. [8]