Decision Maths Chapter 2 Definitions Flashcards

1
Q

Graph

A

A group of points (called vertices or nodes) that are connected by lines (Edges or Arcs).

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

Weighted Graph

A

A graph that has a number associated with each edge.

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

Subgraph

A

A graph each of whose vertices belongs to G and each of whose edges belongs to G. It is simply a part of the original graph.

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

Degree/Valency/Order of a vertex

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

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

Path

A

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

Trail

A

A walk in which no edges are visited more than once.

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

Cycle

A

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

Hamiltonian Cycle

A

A cycle that includes every vertex.

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

Connected Graph

A

A graph where all vertices are connected.

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

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

Simple Graph

A

A graph in which there are 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

Directed Graph

A

If the edges of a graph have an associated direction.

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

Euler’s Handshake Lemma

A

The sum of the degrees of the vertices is equal to 2 x the number of edges.

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

Tree

A

A graph with no cycles

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

Spanning Tree

A

A subgraph that involves all of the vertices and is also the tree.

17
Q

Complete Graph

A

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

18
Q

Isomorphic Graph

A

Graphs that show the same information but may be drawn differently.

19
Q

Adjacency Matrix

A

A matrix where each entry describes the number of arcs joining the corresponding vertices.

20
Q

Distance Matrix

A

A matrix where each entry describes the weight of each arc.