D1 Flashcards

1
Q

Graph

A

Diagram involving a set of points and interconnecting lines

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

Vertex

A

A point on a graph

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

Edge

A

A connecting line on a graph between two points

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

Loop

A

Line connecting a vertex to itself

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

Multiple edges

A

Two edges connecting two points

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

Simple graph

A

No loops or multiple edges

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

Connected

A

Possible to travel from any vertex to any other vertex (you can go via other vertices)

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

Degree

A

The no. edges arriving at a vertex

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

Complete graph

A

There is an edge connecting every possible pair of vertices

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

Kn is the complete graph with n vertices. How many edges does it have?

A

1/2n(n-1)

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

What does an adjacency matrix show?

A

the number of direct routes from one vertex to another

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

Network

A

Graph where each edge has an associated number it’s ‘weight’

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

What does a distance matrix show?

A

the weights of the routes between one vertex to another

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

Walk

A

sequence of connected edges

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

Trail

A

Walk where you can’t use any edge more than once

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

Closed trail

A

Trail that returns to the starting vertex

17
Q

Path

A

Trail that doesn’t revisit any vertices

18
Q

Cycle

A

closed path