Decision maths Flashcards

1
Q

Graphs

A

Consists of vertices/nodes which are connected by lines/edges

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

Subgraph

A

A graph whose vertices belongs to a greater graph and whose edges also belong to that same graph

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

Weighted Graph or network

A

A number/weight associated with each weight

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

Degree/valency

A

The number of edges incident to it

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

What must be tue if a vertex is odd?

A

It must have an odd degree

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

Path

A

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

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

What must be true if a graph is connected?

A

If all of its vertices are connected

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

Digraph

A

If the edges of a graph have a direction associated with them

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
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
10
Q

Spanning tree

A

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

Minimum Spanning Tree

A

A MST is a spanning tree such that the total length of its arcs is as small as possible

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

Complete graph

A

A graph in which each of the n vertices is connected to every other vertex

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

Hamiltonian cycle

A

A cycle which includes every vertex

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

Walk

A

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

Trail

A

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

A cycle

A

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