In Graph Theory there are some problems such as "The Independent Set Problem", "Vertex Cover" and "Dominating Set". The ideas of the first two are pretty simple:
"The Independent Set Problem" deals with given a number of connected nodes, color in the nodes in such a way that no connected nodes have the same colors.
"Vertex Cover" deals with the fact that you're also given a certain amount of connected nodes, find the minimum amount of nodes that encompass all the connections.
My problem is with the "Dominating Set" because I can't find any good articles or videos that explain this properly.
Here is a clear statement of the problem (the statement might be clear if you are already familiar with the vertex cover problem):
A very clear (at least to me) definition of a dominating set is found here: