Second Oral Exam Flashcards

1
Q

What is a join?

How is it denoted?

A

A join of two graphs G and H is a graph on the vertex set V(G) U V(H) that is obtained by adding the edges {uv: u » V(G) and v»V(H)} to the disjoint union of G and H. Denoted G + H.

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

What is alpha’(G)?

A

The maximum size of a matching.

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

What is alpha(G)

A

The maximum size of an independent set.

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

What is ß’(G)

A

The minimum size of an edge cover.

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

What is ß(G)

A

The minimum size of a vertex cover.

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

What is a factor of G?

A

It is a spanning subgraph of G.

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

What is a k-factor?

A

A spanning k-regular subgraph.

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

What is o(G)?

A

The number of odd order components of G.

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

What is the connectivity of a graph?

How is it denoted?

A
The minimum size of a vertex cut.
Denoted Kappa(G)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is k-connected?

A

A graph is k-connected if the connectivity is at LEAST k. (thus there is no cut set of k-1 or less.)

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

What is edge connectivity?

How is it denoted?

A

The minimum size of an edge cut

Kappa’(G)

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

What is the relation of connectivity, edge connectivity, and the minimum degree of G?
(Kappa(G), Kappa’(G), ∂(G))

A

Kappa(G) ≤ Kappa’(G) ≤ ∂(G)

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

What is a vertex cover of a graph G?

A

a set Q » V(G) that contains at least one endpoint of every edge of G. We often say the vertices of Q cover E(G).

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

What is the Konig-Egerváry theorem?

A

If G is a bipartite graph, then the maximum size of a matching in G equals the minimum size of a vertex cover of G.
alpha’(G) = ß(G)

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

What is an edge cover in a graph G?

A

A set L of edges such that every vertex of G is incident to some edge of L.

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

Is a 1-factor a perfect matching?

A

No, it’s a graph whose edges form a perfect matching, but since a graph is not a set of edges, a 1-factor is not a perfect matching.