AS Decision - 2: Graphs and Networks Flashcards
Subgraph
Part of the original graph
Degree/Valency/Order
The number of edges incident to a vertex
A Walk
a route through a graph along edges from one vertex to the next
A Path
a walk where no vertex is visited more than once
A Trail
a walk where no edge is visited more than once
A Cycle
a walk where end vertex = start vertex and no other vertex is visited more than once
A Hamiltonian Cycle
a cycle which includes every vertex
Simple Graph
- no loops
- at most one edge connecting any pair of vertices
Euler’s Handshaking Lemma
in any undirected graph, the sum of degrees of vertices is equal to 2x the number of edges
Tree
connected graph with no cycles
Spanning Tree
- tree
- subgraph
- includes all vertices
Complete Graph
a graph where every vertex is directly connected by a single edge to each of the other vertices
Isomorphic Graph
a graph which shows the same information but is drawn differently