Introductory To Graphs Flashcards
two vertices x, y ∈ V are adjacent
xy is an edge.
v is said to be incident on
e and e is said to be incident on v.
vertex v is an endpoint of the edge e
loop
an edge that joins the vertex v with
itself.
proper edge
an edge that joins two different endpoints
simple graph
A graph with no loops
G′ = (V
′
, E′
) is called subgraph of G
if V
′ ⊆ V and E
′ ⊆ E
spanning subgraph of the graph G
a subgraph that contains all the
vertices of G
graph G is called complete
if xy ∈ E for all x, y ∈ V , x ̸= y
degree of a vertex v
the number of edges of G incident on v
trail
a walk in which all the edges (but not necessary the vertices)
are distinct.
path
a walk in which all vertices (and implicitly all edges) are
distinct, except the first and the last, which can sometimes coincide.
cycle
is a closed path
distances between 2 vertices
the minimum of the lengths of all (x, y)