Chapter 2: Graphs and Networks Flashcards
Graph
A series of points connected with lines
Network
A graph which has a quantity
Vertex Set
A set of vertices, written in {…..}
Edge Set
A set of edges, written in {…..}
Order/Valency/Degree of a vertex
How many connections a point has
Subgraph
A section of graph that has come from the original graph, it can be a small section or the whole thing
Cycle
A graph/subgraph which starts and ends at the same point
Path
A sequence of edges where each vertex is used once
Walk
A path where you can use vertices more than once
Connected Graph
A graph where every point has an edge to at least one other point
Loop
An edge that starts and finishes at the same point, Valency of 2
Simple Graph
No loops, no more than one edge between two points
Digraph
A graph that has direction
Tree
A connected graph with no cycles
Spanning tree
A subgraph which is a tree