
Hey so I am having trouble with these two questions. I feel like I could use induction here but am not sure how (still very new to graph theory).
For part A I think proving the base case is easy using K_4. For n > 4 then I can use the fact that n is even to split it into two subgraphs of size m such that n = 2m, and then connect vertices in such a way that each have degree 3. Again, not sure how to use induction here, if its even necessary.
For part B I have created an algorithm sort that can generate these graphs, but I do not know how to turn it into a proof. This is what I have (in orange) (sorry for the messiness):

This creates graphs with degree sequence (3,3,...,3,1).
Can anyone help? Thank you!