Consider the graph below Find all vertices that are adjacent
Consider the graph below. Find all vertices that are adjacent to u_4. Find the degree of v_7. Find all edges that are incident on v_1 (identify edges as pairs of vertices). How many connected components are there?
Solution
ADJACENT TO V4 v1 , v2 ,v3
degree of v7 = 2
edges that are incident on v1 = (v1 , v5) ,(v1 , v4), (v1 ,v2)
connected components = 6
