Graphs and networks - decision maths Flashcards

1
Q

What is a walk?

A

A walk is a route through a graph along edges from one vertex to the next.

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

What is a path?

A

A path is a walk in which no vertex is visited more than once

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

What is a trail?

A

A trail is a walk in which no edge is visited more than once

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

What is a cycle?

A

A cycles is a walk in which the end vertex is the same as the start vertex and no other vertex is visited more than once.

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

what is a hamilton cycle?

A

A cycle that includes every vertex

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

What are vertices (or nodes)?

A

The points on a graph

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

What are edges?

A

The lines between vertices

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

What is a subgraph?

A

A graph that doesn’t include all the edges or vertices.

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

What is the degree, valency or order of a vertext?

A

The number of edges attached to that vertex

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

What is the difference between a connected and non-connected graph?

A

Connected graph has all it’s vertices connected by edges. Non connected doesn’t.

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

What is a loop?

A

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

What is a simple graph?

A

A graph with no loops and there is at most one edge connecting any pair of vertices.

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

What is a directed graph or digraph?

A

A graph where the edges have a direction associated with them (represented by arrows).

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

What is a tree?

A

A connected graph with no cycles

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

What is a spanning tree?

A

A tree that includes all a graphs vertices

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

What is a complete graph?

A

A graph where every vertex is directly connected by a single edge to each of the other vertices.

17
Q

What is an isomorphic graph?

A

A graph which show the same information as another graph but is drawn differently.

18
Q

What is an adjacancy matrix?

A

A matrix that provides information about the connections between the vertices in a graph (each entry inb an adjacency matrix describes the number of arcs joining the corresponding vertices.

19
Q

What is a distance matrix?

A

In a distance matrix, the entries represent the weight of each arc not the number of arcs.

20
Q

What is Euler’s handshaking lemma?

A

In any undirected graph the sum of the degrees of the vertices is equal to 2x the number of edges. As a consequence, the number of odd vertices must be even, including possibly zero.

21
Q

What is a eulerian graph?

A

A graph with nodes with all even order

22
Q

What is a semi eulerian graph?

A

A graph with only 2 odd nodes