Definition
Given an undirected graph G = (V, E), there exists a spanning tree T in G, in which each node has degree ≤ k, if such tree exists.
Polynomial Certifier
Given an undirected graph G = (V, E), does there exist a spanning tree T in G, in which each node has degree ≤ k, if such tree exists.