Decision 1 Chapter 2 Flashcards
Graph
A number of nodes which are connected by edges
Subgraph
Part of a graph
Weighted graph
A graph where each edge has a number associated with it
The number of edges incident to a vertex (3 words)
Degree
Valency
Order
Path
A finite sequence of edges such that the end vertex of one edge is the start vertex of the next and in which no vertex appears twice
Walk
A path where you can visit each vertex more than once
Cycle / Circuit
A path where the end vertex of the last edge is the start vertex of the first edge
Connected vertices
If there is a path between them
Connected graph
All vertices are connected
Loop
An edge that starts and finishes at the same vertex
Simple graph
No loops and not more than one edge connecting any pair of vertices
Digraph
A graph where the edges have a direction
Tree
A connected graph with no cycles
Spanning tree
A subgraph which is also a tree
Bipartite graph
Consists of two sets of vertices where only vertices from opposite sets may be connected