graph definitions Flashcards
define graph:
vertices connected by edges
define network:
a weighted graph
define subgraph:
part of a graph
define degree:
number of vertices connected to a specified one
define valency:
number of vertices connected to a specified one
define order:
number of vertices connected to a specified one
define walk:
a route along the edges of a graph
define path:
a walk that repeats no vertices
define trail:
a walk that repeats no edges
define cycle:
a path that returns to the starting vertex
a hamiltonian cycle:
a cycle that includes every vertex
define simple graph:
a graph with no loops and with at most one edge connecting any pair of vertices
define digraph:
a directed graph
define euler’s handshaking lemma:
in an undirected graph, the sum of the degrees of the vertices = twice the number of edges, so the number of odd vertices must be even
define tree:
a connected graph with no cycles