Graph Theory Flashcards

Get gud (20 cards)

1
Q

What is a 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
2
Q

What is a 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
3
Q

What is a trail?

A

A walk in which no edge is visited more than once

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

What is a 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
5
Q

What is a Hamiltonian cycle?

A

A cycle that includes every vertex

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

What is a simple graph?

A

A graph where 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
7
Q

What is Euler’s handshaking lemma?

A

Sum of the vertices = 2 x Number of edges

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

What is a complete graph?

A

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

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

What are isomorphic graphs?

A

Graphs which show the same information but may be drawn differently

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

What is a planar graph?

A

One that can be drawn in a plane such that no 2 edges meet except at a vertex

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

What is a Eulerian graph?

A

One which contains a trail that includes every edge and starts and finishes at the same vertex

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

What is a Semi-Eulerian graph?

A

One that contains a trail that includes every edge but starts and finishes at different vertices. Any connected graph with exactly 2 odd vertices is semi-Eulerian.

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

What is a tour?

A

A walk which visits every vertex

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

Difference between classical and practical problem?

A

Classical visits every node exactly once but practical visits every node at least once.

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

What is M in terms of Big M?

A

An arbitrary large, real number

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