Decision Maths Flashcards

1
Q

Arc

A

Line segment

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

Node

A

A point

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

Trail

A

Sequence of arcs

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

Closed Trail

A

Start and finish at the same node but no other duplication

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

Path

A

Trail when no node is visited more than once

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

Cycle

A

Trail that ends where it started and does not repeat any arc.

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

Tree

A

Connected graph with no cycles. (N-1) arcs, N nodes

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

Connected graph

A

A group where there exists a path to join a node to any other.

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

Complete Graph

A

Every node is directly connected to all other nodes

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

Bipartite graph

A

Graph consisting of two sets of nodes with arcs joining only between the two sets, not within a set

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

Order of a node

A

Number of arcs meeting at the node

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

Planar graph

A

Graph that can only be drawn so that arcs only meet at nodes

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

Simple graph

A

Graph with no loops or multiple arcs

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

Eulerian graph

A

Where all nodes are even and connected. A closed trail or using all arcs once.

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

Semi-Eulerian Graph

A

Graph with exactly two odd nodes. Connected trail using every arc once but starting and finishing at different nodes.

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

Euler’s relationship

A

Nodes + regions = arcs + 2

17
Q

Graph

A

Set of points joined by lines

18
Q

Order of an algorithm

A

A measure of how efficient an algorithm is