Definitions For Graphs and networks Flashcards
Walk
A route through a graph along edges
Path
A walk where no vertex is visited more than once
Trail
A walk where 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
A Hamiltonian cycle
A cycle including every vertex
An Eulerian cycle/circuit
A trail which traverses every arc and starts and finishes at the same vertex
Vertex set
List of vertexes
Edge set
List of edges
Degree or valency
Number of arcs/edges entering/incident to a vertex
A simple graph
No loops (line starting and finishing at the same vertex) and at most 1 line connecting vertices
Subgraph
A part of a graph
Connected graph
Where every vertex is connected to another
Digraph
A graph where edges have a direction specified
Weighted graph
A graph where edges have a number assigned to them
Tree
A tree is a connected graph with no cycles