Problem-81
Determine whether the graph shown has directed or undirected edges, whether it has multiple edges, and whether it has one or more loops. Use your answers to determine the type of graph in Table 1 this graph is.
This is a———-, the edges are ————, there are ————, and there are ————.
Solution
This is a multigraph; the edges are undirected, there are no loops, and there are parallel edges.