Chapter 2 Key terms Flashcards

1
Q

Graph

A

A graph consists of vertices (nodes) which are connected by edges (arcs)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Subgraph

A

A subgraph is part of a graph

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Weighted Graph

A

If a graph has a number associated with each edge (its weight) then the graph is a weighted graph (network)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Degree or valency (or order)

A

(Of a vertex) is the number of edges incident to it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Path

A

A path is 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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Walk

A

A walk is a path in which you are permitted to return to vertices more than once.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Cycle (circuit)

A

This is a closed ‘path’ i.e. the end vertex of the last edge is the start vertex of the first edge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Connected

A

Two vertices are connected if there is a path between them. A graph is connected is all its vertices are connected.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Loop

A

A loop is an edge that starts and finishes at the same vertex.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Simple Graph

A

This is one in which there are no loops and not more than one edge connecting any pair of vertices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Directed edges and digraph

A

If the edges of a graph have a direction associated with them they are known as a directed edges and the graph is known as a digraph.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Tree

A

Is a connected graph with no cycles.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Spanning tree

A

A spanning tree of a graph, G, is a subgraph which includes all vertices of G and is also a tree.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Bipartite graph

A

Consists of two sets of vertices, X and Y. The edges only join vertices in X to vertices in Y, not vertices within a set.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Complete graph

A

Is a graph in which every vertex is directly connected by an edge to each of the other vertices. If the graph has n vertices the connected graph is denoted kn.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Complete bipartite graph

A

(Denoted kr, s) Is a graph in which there are r vertices in set X and s vertices in set Y.

17
Q

Isomorphic graph

A

Show the same information but are drawn differently

18
Q

Adjacency matrix

A

Records the number of direct links between vertices

19
Q

Distance matrix

A

Records the weights on edges. Where there is no weight, this is indicated by ‘-‘