FM - Decision 1 - 2) Graphs and networks Flashcards

1
Q

Definition of a graph

A

Consists of points (called vertices or nodes) which are connected by lines (called edges or arcs)

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

Definition of a subgraph

A

Graph where each of its vertices and edges belong to the original graph

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

Meaning and types of the degree (or valency or order) of a vertex

A
  • Number of edges incident to it
  • Even degree and odd degree
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Definition of a walk

A

Route through a graph along its edges from one vertex to the next

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

Definition of a path

A

Walk in which no vertex is visted more than once

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

Definition of a trail

A

Walk in which no edge is visted more than once

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

Definition of a cycle

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

Definition of a Hamiltonian cycle

A

Cycle which includes every vertex

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

Definition of a connected graph

A

Graph where all its vertices are connected

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

Definition of a loop

A

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

Definition of a simple graph

A

Graph which has no loops and has at most one edge connecting any pair of vertices

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

Definition of a directed graph (or digraph)

A

Graph where its edges have directions associated with them

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

Meaning of Euler’s handshaking lemma

A

In any undirected graph, the sum of the degrees of the vertices is equal to double the number of edges. This means there must be an even number of odd nodes

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

Definition of a tree

A

Connected graph with no cycles

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

Definition of a spanning tree of a graph

A

Subgraph which includes all vertices of the original graph and is a tree

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

Definition of a complete graph

A

Every vertex is directly connected by a single edge to each other vertex

17
Q

Definition of isomorphic graphs

A

Multiple graphs which show the same information but are drawn differently

18
Q

Information that an adjancecy matrix and distance matrix shows

A
  • Adjancecy matrix → number of arcs joining each pair of corresponding vertices
  • Distance matrix → weight of the arcs joining each pair of corresponding vertices