Graph Theory Flashcards
(43 cards)
Graph Theory
Study of diagrams - networks, graphs
Vertices/nodes
Points on the graph
Edges/arcs
Lines that join vertices
Faces/regions
Area enclosed by edges
Loop
An edge that starts and ends at the same vertex
Multiple Edges
Two or more edges connecting the same two vertices`
Adjacent Vertices
Vertices that are connected by an edge
Weighted Graph/Networks
Graphs that have amounts/distances on each edge
Digraphs
Graphs that have directed edges/arcs
Undirected Graphs
Graphs with no directed edges
Simple Graph
An undirected graph with no loops and no multiple edges
Simple Weighted Graphs
An undirected graph with no loops and no multiple edges
Walk
A sequence of vertices for which each vertex in the sequence is joined to the next vertex by an edge - Can include repeat edges and vertices
Closed Walk
A walk that finishes at the same vertex
Open Walk
A walk that starts and finishes at different vertices
Path
A walk that involves no repeat use of edges and no repeat use of vertices
Open Path
A path that starts and finishes at different vertices
Closed Path - Cycle
A path that starts and finishes at the same vertex
Length
The number of edges the walk, path or cycle uses
Trail
A walk having no repeated edges (can revisit vertices)
Closed Trail
A trail that starts and finishes at the same vertex
Connected Vertices
When a path exists from one vertex to another
Adjacent Vertices
Two vertices connected by a path with only one edge
Connected Graph
When every vertex is connected to at least one other vertex