Chapter 2 Flashcards

1
Q

A graph

A

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

A subgraph

A

Is part of a graph

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

A weighted graph

A

Has a number associated with each edge (its weight)

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

The degree, valency or order of a vertex

A

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

A path

A

Is a finite sequence of edges, such that the end vertex of one edge of 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

A walk

A

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

A cycle (circuit)

A

Is a closed path, so 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

Two vertices are connected if

A

There is a path between them

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

A graph is connected if

A

All its vertices are connected

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

A loop

A

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
11
Q

A simple graph

A

Is one in which there are no loops and not more than one edge connecting a pair of vertices

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

Directed edges (in a digraph)

A

If the edges have a direction associated to them

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

A tree

A

A connected graph with no cycles

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

A spanning tree

A

Is a subgraph which includes all the vertices of the original graph and is also a tree

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

A bipartite graph

A

Consists of two sets of vertices, X and Y. The edges can 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
16
Q

A complete graph

A

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

17
Q

A complete bipartite graph

A

Is a graph in which there are r vertices in set X and s vertices in set Y (denoted k r,s)

18
Q

Isomorphic graphs

A

Show the same information but are drawn differently

19
Q

An adjacency matrix

A

Records the number of direct links between vertices

20
Q

A distance matrix

A

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