
45 Homework I: Graph Theory
45.1 Vertex and edge sets
Consider the graph shown in Figure 45.1:
Write down the vertex set of the graph:
Write down the edge set of the graph:
45.2 Node Neighborhoods
Write down the neighborhood of node C
Write down the neighborhood of node K
What is the intersection of the neighborhoods of nodes C and K?
What is the intersection of the neighborhoods of nodes G and H?
What is the union of the neighborhoods of nodes F and A?
45.3 Graph Metrics
What is the order of the graph?
What is the size of the graph?
Write down the graph’s degree sequence:
Write down the graph’s maximum Degree:
Write down the graph’s minimum degree:
What is the graph’s degree range?
What is the graph’s sum of degrees?
What is the graph’s average degree?
What is the graph’s maximum size?
Compute the density of the graph:
45.4 Subgraphs
Go back to Figure 45.1. Draw the node-deleted subgraph of this graph that excludes nodes F, and H.
List the isolate nodes in the node-deleted subgraph you obtained in the previous step.