The vertex and edge set of a graph is given below. Draw a representation of the graph.
V = {F, G, H, I, J, K, L, M, N, O, P, Q, R}
E = { {F, G}, {F, H}, {F, I}, {F, K}, {G, H}, {H, M}, {H, P}, {I, Q}, {I, R}, {J, R}, {K, M}, {K, O}, {K, R}, {L, Q}, {M, Q} }
Which vertex has the highest degree?
Is this graph connected?