MATH220 exam Flashcards

1
Q

What are adjacent edges?

A

edges that are incident with a common vertex

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

define a simple graph

A

a graph that does not have more than one edge between 2 vertices and does not have an edge that begins and ends at the same vertex

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

what is a cut vertex?

A

a vertex that if it is removed it creates a disconnection in the graph

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

What is the handshaking lemma?

A

The handshaking lemma states that for any graph G=(V, E), the sum of degrees of the vertices is twice the number of edges:
d(v) = 2|E|

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

Define an Euler tour

A

A closed walk that traverses each edge of a graph exactly once.

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

Define an Eulerian graph

A

A connected graph is Eulerian if it has an Euler tour.

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

What is a regular graph?

A

A graph where each vertex has the exact same number of neighbours, every vertex has the same degree.

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

What is an Euler trail?

A

a trail in a finite graph that visits every edge exactly once (allowing for the revisiting of vertices)

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

What is a Hamiltonian graph?

A

A graph is hamiltonian if there exists a closed walk in the connected graph that visits every vertex in the graph exactly once (except the starting vertex) without repeating any edges.

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

How can you tell if a graph has an Euler tour?

A

A graph has an Euler circuit if and only if the degree of every vertex is even.

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

How can you tell if a graph has an Euler path?

A

A graph has an Euler path if and only if there are at most two vertices with odd degree.

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