Dominating Set Flashcards

(7 cards)

1
Q

In a graph G=(V,E), a _________ is a subset of vertices D⊆V such that every
vertex in the graph is either in D or
adjacent to a vertex in D.

A

dominating set

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

y(G)

y(P_n)
y(K_n)
y(C_n)
y(K_{m,n}

A

domination number

n/3
1
n/3
2

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

A dominating set where removing any
vertex means it stops being dominating.
-There can be many minimal dominating sets in a
graph.
- It is not necessarily the smallest possible set.

A

MINIMAL DOMINATING SET

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

A dominating set with the smallest possible
number of vertices (the optimal one) among
all dominating sets.
- It’s always a minimal dominating set, but not all
minimal sets are minimum.
- There is usually one or few minimum sets, depending
on the graph.

A

MINIMUM DOMINATING SET

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

The dominating set also forms a
connected subgraph.

A

CONNECTED DOMINATING SET

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

Every vertex is adjacent to a vertex in
the set (even the ones inside the set
must be dominated by someone else in
the set).

A

TOTAL DOMINATING SET

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

A dominating set where no two vertices
are adjacent (also an independent set).

A

INDEPENDENT DOMINATING SET

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