SLIDE 1
Let G be a connected undirected graph without loops, with n vertices and k edges. Then the line graph of G is the undirected graph L(G), where the following holds:
- Each vertex of L(G) corresponds to a cer-
tain edge of G;
- Two vertices of L(G) are connected by an
edge if the corresponding edges in in G have a common endpoint.
1