Chapter 2- Graphs And Networks Flashcards
Graph
Consists of nodes connected by lines
Weight
Number associated with each edge
Sub graph
A graph who’s vertices belong to the original graph as do the nodes
Valency
Number of edges incident on a vertex
Walk
A route through a graph along edges from one vertex to the next
Path
A walk in which no vertex is visited more than once
Trail
A walk in which no edge is visited more than once
Cycle
A walk in which the end vertex is the same as the start vertex and no vertex is visited more than once
Hamiltonian cycle
A cycle that includes every vertex
Connected graph
If all vertices are connected
Loop
An edge that starts and finishes at the same vertex
Simple graph
No loops and at most one edge connecting any pair of vertices
Euler’s handshaking Lemma
Sum of degrees of vertices = 2 x the number of edges
Tree
Connected graph with no cycles
Spanning tree
A subgraph which includes all the vertices of the original graph and is also a tree