For a given (unweighted) graph G(V,E) with an integer d > 1. How to find a connected subgraph H of G with maximum |V(H)| and satisfying ∆(H) ≤ d (i.e. subgraph H is connected with the maximum number of nodes in which degree of node in H is bounded by d).

Cound anyone please suggest an approximation algorithm to find the subgraph H with satifying above mentioned constraints?

Similar questions and discussions