Graphs and networks Flashcards
What is a graph?
A collection of vertices and edges
What is a vertex/node?
A point on a graph
What is an edge/arc?
A line connecting two points on a graph
What is a network?
A graph in which the edges have a weight (e.g. distance) associated with it
What is a subgraph?
A graph in which all vertices and edges are also present in another larger graph
What is the degree/valency/order of a vertex?
The number of edges incident to it
What is a path?
A finite sequence of edges, such that the end vertex of one edge in the sequence is the start vertex of the next, and in which no vertex appears more than once
What is a walk?
A path in which it is permitted to return to vertices more than once
What is a cycle/circuit?
A closed path, i.e. the end vertex of the last edge is the start vertex of the first edge
What does it mean for two vertices to be connected?
There exists a path between them
What is a connected graph?
A graph in which all vertices are connected to each other
What is a loop?
An edge that starts and finishes at the same vertex
What is a simple graph?
A graph which has no loops and no pair of vertices being joined by more than one edge
What is a digraph?
A graph in which the edges have a direction associated with them
What is a tree?
A connected graph with no cycles