Above-Guarantee Algorithm for Properly Colored Spanning Trees
For researchers in graph algorithms, this provides a slight improvement over the known existence guarantee for properly colored spanning trees.
The paper presents a polynomial-time algorithm that constructs a properly colored spanning tree of size at least min(|V(G)|, 2δ^c(G)+1) in any connected edge-colored graph, improving the previous guarantee by one.
In the Properly Colored Spanning Tree problem, we are given an edge-colored undirected graph and the goal is to find a spanning tree in which any two adjacent edges have distinct colors. Since finding such a tree is NP-hard in general, previous work often relied on minimum color degree conditions to guarantee the existence of properly colored spanning trees. While it is known that every connected edge-colored graph $G$ contains a properly colored tree of order at least $\min\{|V(G)|, 2δ^c(G)\}$, where $δ^c(G)$ denotes the minimum number of colors incident to a vertex, we study the algorithmic above-guarantee problem for properly colored trees. We provide a polynomial-time algorithm that constructs a properly colored tree of order at least $\min\{|V(G)|, 2δ^c(G)+1\}$ in a connected edge-colored graph $G$, whenever such a tree exists.