Decision Flashcards
Graph
Consists of points (called vertices or nodes) which are connected by lines (edges or arcs)
Weighted Graph
A graph with number or ‘weights’ associated with each edge
Subgraph
A graph, each of whose vertices belongs to the original graph and each of whose edges belongs to the original graph. (It was part of the original graph)
Degree
Also called valency or order, the degree of a vertex is the number of edges incident to it
Walk
A route through graph along edges from one vertex to the next
Path
A walk in which no vertex is listed 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 other vertex is visited more than once
Hamiltonian Cycle
A cycle that includes every vertex
Loop
An edge that starts and finishes at the same vertex
Simple Graph
A graph in which there are no loops and at most one edge connecting any pair of vertices
Directed Graph (Digraph)
When the edges of a graph a direction associated with them
Handshaking Lemma
In any undirected graph, the sum of the degrees of the vertices is equal to 2 x the number of edges and hence, the number of odd nodes must be even
Tree
A connected graph with no cycles
Spanning Tree
Subgraph which includes all the vertices of the original graph but is also a tree