Graphs Flashcards

Vocabulary/language, Eulerian, Hamiltonian and planar graphs, Further graphs theory, Isomorphisms, and Kuratowski's theorem.

1
Q

A graph consists of…

A

vertices and edges.

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

A path is…

A

a trail where no vertex is repeated.

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

A trail is…

A

a sequence of edges in which the end of one edge is the start of the next, and where no edge is repeated.

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

A cycle is…

A

a closed path.

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

A connected graph is…

A

where for each pair of vertices there exists at least one single path which joins them (i.e. every pair of vertices in the graph is connected).

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

A simple graph is…

A

one that has no multiple edges or loops.

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

A tree is…

A

a simple connected graph with no cycles.

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

The degree of a vertex is…

A

the number of edges that join it.

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

A graph is Eulerian if…

A

all vertices have even degree and it contains a closed trail that includes all the edges (i.e. you can start and finish at the same vertex whilst visiting each edge exactly once).

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

A graph is semi-Eulerian if…

A

all but two vertices have even degree and it contains an open trail that includes all the edges (i.e. you start and finish at different vertices whilst visiting each edge exactly once).

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

A graph is Hamiltonian if…

A

it contains a cycle that visits each vertex exactly once.

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

A graph is planar if…

A

it can be drawn in such a way that no edges cross each other (i.e. it can be drawn on the plane in such a way that its edges intersect only at their endpoints).

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

An adjacency matrix shows…

A

the number of edges connecting any two vertices.

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

A complete graph is…

A

one where every pair of vertices share exactly one edge, and there are no loops.

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

The complement of a simple graph is…

A

obtained by adding in the edges needed to make it a complete graph, and then removing the original edges (i.e. the complement is the ‘missing’ edges from the complete graph for that number of vertices).

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

Euler’s formula

A

v - e + f = 2

or

F + V = E + 2

17
Q

A subdivision of a graph is…

A

obtained by inserting a new vertex into an edge.

18
Q

A bipartite graph contains…

A

two sets of vertices, with edges only joining a vertex in one set to a vertex in the other set.

19
Q

Two graphs are isomorphic if…

A

one can be re-drawn in some way to match the other (i.e. distorted to produce the other).

20
Q

Kuratowski’s theorem says…

A

that a graph is non-planar if and only if it contains a subgraph that is a subdivision of either K_3,3 or K_5