Decision 2: Graphs and Networks Flashcards
What is a graph?
Points (vertices/nodes) connected by lines (edges/arcs)
What is a vertex/node?
The point where the ends of two edges meet
What is an arc/edge?
A line joining dots together
What is a sub-graph?
A section of an original graph, containing some of the edges and nodes
What is degree/valency/order?
The number of arcs coming off a node
What is a path?
A non-repeating, finite sequence of connected vertices
What is a walk?
A path where vertices can be repeated
What is a trail?
A walk in which no edge is visited more than once
What is a cycle/circuit?
A path that returns to its starting position (start/end vertex is an exception to the path rules)
What is the handshaking lemma?
Sum of degrees = 2 x number of edges
The number of odd nodes must be even
What is always true for total valency?
Total valency is always even
What is a connected graph?
All vertices in the graph are connected; there are no constituent parts to the graph
What is a loop?
An edge that starts and ends at the same vertex, adding two to the valency
What is a simple graph?
A graph with no loops and no more than one edge connecting the same pair of vertices
What is a digraph?
A graph with edges that have a direction associated with them