Definitions Flashcards

1
Q

What is a subgraph of a graph?

A

A subgraph has all vertices and edges belonging to the original graph

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

What is a path?

A

Finite sequence of edges
Such that the end vertex of one edge in the sequence is the start vertex of the next
No vertex appears more than once

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

What is a cycle/ circuit

A

A closed path
End vertex of the last edge is the start vertex of the first edge

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

What is a tree

A

A connected graph with no cycles

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

What is a spanning tree

A

The spanning tree of a graph G is a subgraph which includes all vertices of G and is a tree

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

What is an Eulerian graph

A

A graph where every vertex has an even degree

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

What is an Eulerian cycle

A

A cycle that includes every edge of a graph exactly once

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

What is a semi-Eulerian graph

A

A graph with exactly two vertices of odd degree

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

What is a Hamiltonian cycle

A

A cycle that passes through every vertex of the graph once and returns to the start vertex

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

What is a planar graph

A

A graph that can be drawn such that no two edges meet each other except at the vertex they are both incident

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

What are isomorphic graphs

A

Isomorphic graphs have the same number of vertices and the degrees of corresponding vertices are the same

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

What is the difference between the classical and practical TSP

A

Classical - only visit each vertex once
Practical - you can revisit vertices

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

What is a walk

A

Finite sequence of edges
End vertex of one edge is the start vertex of the next
(different to a path because you can repeat edges)

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

What is the handshaking lemma

A

The sum of degrees is two times the number of edges

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