Discrete definitions Flashcards
Vertice
Point on a graph
Node
Point on a graph
Edge
Line on a graph
Arc
Line on a graph
Degree
How many edges/arcs connected to vertice/node
Order
How many edges/arcs connected to vertice/node
Valency
How many edges/arcs connected to vertice/node
Isomorphic
Graphs with same vertices and edges
Network
Graph with weights (values) on the edges
Walk
Sequence of edges where end vertex of one edge is the start vertex of the next
Trail
Walk (sequence of edges that just follow onto each other) where none of the edges are repeated
Path
Trail (sequence of edges where no edges are repeated) where none of the vertices are repeated
Cycle
Closed (end joins the beginning) path (sequence of edges where no edges and no vertices are repeated)
Same cycle has same edges, can be forwards backwards order, start from different vertex doesn’t matter still same cycle as long as edges are the same
Circuit
Closed (end joins the beginning) path (sequence of edges where no edges and no vertices are repeated)
Same cycle has same edges, can be forwards backwards order, start from different vertex doesn’t matter still same cycle as long as edges are the same
Simple graph
Graph with no loops, at most one edge connecting any pair of vertices