Key Terms Flashcards
What are the ‘points’ and the ‘lines’ on a graph called?
- The ‘points are referred to as nodes or vertices.
- The ‘lines’ are referred to as edges or arcs.
Define a network:
A network is a graph with weighted edges. (A weighted edge is an edge with values assigned to it, such as a line being 72 km).
What is the degree/valency/order of a point?
The number of edges connected to the vertex.
Note: depending on the order of a node it can be odd or even.
How would you describe two graphs that have equal amounts of edges, nodes and degrees?
These two graphs would be describes as ‘isomorphic’.
Describe the difference between a walk and trail:
- A walk is a sequence of edges where the end vertex of one edge is the start vertex of the next.
- A trail is a sequence of edges where the end vertex of one edge is the start vertex of the next but where none of the edges are repeated. (A trail is a walk where none of the edges are repeated).
What is a path?
- A path is a sequence of edges where the end of one edge is the start vertex of the next but none of the edges or vertices are repeated. (A path is a trail where none of the vertices are repeated).
Define a cycle or circuit:
- A cycle/circuit is a closed sequence of edges where the end of one edge is the start vertex of the next but where no edges or vertices are repeated. (A cycle/circuit is a closed path)
Closed - The end of the path joins back to the beginning).
What is a loop?
An edge connecting a node to itself.
Describe a simple graph:
The graph has no loops and at most one edge connected any pair of vertices.
What is a tree?
A tree is a connected graph with no cycles.
- A graph is connect if all of its pairs of vertices are connected.
- Two vertices are connected if there is a path between them
What is a ‘complete’ graph?
A complete graph is one in which every pair of vertices is connected by a single edge.
A complete graph with ‘n’ vertices is referred to as…?
K (subscript) n
Define a planar graph:
A planar graph is one that can be drawn so that none of the arcs cross.
What is a graph:
A graph consists of points (called nodes or vertices ) which are connected by lines (called edges or arcs).
Describe a directed graph:
If the edges/arcs on a graph have directions on them they are called directed edges, making the graph a directed graph (or a digraph).