Problem-83
Find the number of vertices, the number of edges, and the degree of each vertex in the given undirected graph. Identify all isolated and pendant vertices.
v = — , e = — .
Enter the isolated vertices as a list separated by commas, starting from vertex a and proceeding in alphabetical order. Enter NA if there is no isolated vertex.
Enter the pendant vertices as a list separated by commas, starting from vertex a and proceeding in alphabetical order. Enter NA if there is no pendant vertex.
Solution
v = 5
e= 13
NA
NA