Definitions and Terminology Flashcards

1
Q

Graph

A

A diagram that consists of vertices and edges

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

Network

A

A graph where the edges have weights

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

Connected graph

A

A graph where all pairs of vertices are connected

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

Simple graph

A

A graph that does not contain loops or multiple arcs

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

Directed graph

A

The edges in a directed graph have direction

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

Completed graph Kn

A

Graph contains n vertices where each vertex joins each of the remaining vertices exactly once. Number of edges n(n-1)/2

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

Trail

A

Sequences of edges where the end of edge is the start of the next edge.

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

Path

A

A trail where no vertex can be visited more than once

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

Cycle

A

A closed path where the first and last vertex are the same

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

Hamiltonian cycle

A

Cycle that visits all the vertices. In a complete graph there are (n-1)!/2

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

Spanning tree or tree

A

Connected all vertices of a graph. For a graph with n vertices the spanning tree will have n-1 edges.

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

Minimum spanning tree

A

For a weighted graph, a spanning tree with minimum weight.

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

Eulerian Graph

A

Closed trail (cycle) that uses all the edges of a graph. All vertices must have an even order.

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

Semi-Eulerian

A

Non-closed trail that uses all the edges. The graph will have exactly two vertices with an odd order.

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