u w a b c d h f g k v
Section 8.3 Graph Representations and Graph Isomorphism
8.3.1
8.3 GRAPH REPRESENTATIONS AND GRAPH ISOMORPHISM
INCIDENCE TABLE REPRESENTATION def: An incidence table for a graph has a column indexed by each edge. The entries in the column for an edge are its endpoints. If the edge is a self-loop, then the endpoint appears twice. Example 8.3.1: V = {u, v, w } and E = {a, b, c, d, f, g, h, k } edge a b c d f g h k endpts u u u w v v w v u u v u w w v v
Coursenotes by Prof. Jonathan L. Gross for use with Rosen: Discrete Math and Its Applic., 5th Ed.