Keyterms Flashcards
Graph
Points (called vertices or nodes) connected by lines (edges or arcs)
Weighted graph or network
A graph that has a number associated with each edge (usually called its edge)
Subgraph
A graph, each of whose vertices belongs to the original graph and each of whose edges belongs to the original graph.
It is part of the original graph.
Degree (or valency or order) of a vertex
The number of edged that meet at that vertex
Even degree /odd degree
A degree of a vertex that is even / odd
Walk
A route through a graph along the 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
Hamiltonian cycle
A cycle that includes every vertex
Connected vertices/graph
Two vertices where there is a path between them/ all vertices are connected
Loop
An edge that starts and finishes at the same vertex
Simple graph
A graph in which there are no loops and there is at most one edge connecting any pair of vertices.
Directed edges
The edges of the graph that have a direction associated with them
Directed graph (or digraph)
A graph with directed edges
Tree
A connected graph with no cycles