I have been revisiting some of the old problems that I once attempted and came across this one:
I do not understand why the solution is: "No" for n<12, else "Yes"
Please look at the following graph:
It is an unconnected graph with 2 connected components. It has 9 vertices, 9 edges. In first connected component, each of the 4 vertices in the cycle are cut vertices. The other 4 vertices are degree 1. For the second, a single vertex with degree 0.
What am I missing? I think for n<9 it should be "No", else "Yes".
Please help me out on this.