In this paper we present an algorithm for finding a minimum dominator coloring of orientations of paths. To date this is the first algorithm for dominator colorings of digraphs in any capacity. We prove that the algorithm always provides a minimum dominator coloring of an oriented path and show that it runs in
Let
Since the purpose of this paper is to introduce an algorithm for
minimum dominator colorings of digraphs, it is important to know what
algorithms exist for this problem in the undirected setting. A linear
algorithm which finds the domination number of trees was introduced in
[6]. Building from this
result, [7] established a
polynomial time algorithm that provides a minimum dominator coloring of
trees. Additionally, it was proved in [8] that the dominator chromatic number,
Finding exact dominating sets in directed graphs is even more
difficult. The dominator chromatic number of a directed graph was
defined to be the minimum dominator chromatic number over all possible
orientations of the underlying graph. The first results on dominator
colorings of digraphs were the dominator chromatic number of paths and
cycles [11], and that the
dominator chromatic number of digraphs is that the dominator chromatic
number of a tree is invariant under reversal of orientation [12]. However, the dominator
chromatic number of relatively simple digraphs is still unknown, even
for trees. Other interesting results established in [11] on dominator colorings of
digraphs include the fact that the dominator chromatic number of a
subgraph
One of the major results from the literature on dominator colorings in digraphs was the following theorem from [11] which provides the minimum dominator chromatic number over all orientations of paths. In the proof, many important structural characterizations relating orientations of paths and dominator colorings were established.
Theorem 1. The minimum dominator chromatic
number over all orientations of the path
To conclude the introduction, an example of an oriented path of length five is presented below, and a minimum dominator coloring is provided in the caption. The reader is referred to [14] as the standard reference for results and terminology on domination in graphs.
The purpose of this paper is to present the first algorithm which
provides a minimum dominator coloring of a directed graph. In
particular, we present an algorithm which provides a minimum dominator
coloring of orientations of paths. After providing the algorithm, we
will prove that it runs in
The algorithm works by sequentially through the vertex set, from
It is easy to see that, for oriented paths, after removing all
vertices with with at least one in-neighbor having out-degree one, what
remains are subpaths in which every vertex has either out-degree zero or
out-degree two, i.e., subpaths which have the following out-degree
sequence pattern:
By paying attention to where we are within a 2-chain in an oriented
path, we can proceed in order through the vertex set of an oriented path
and provide a minimum dominator coloring. The method used in the
algorithm is to have a variable
Lastly we address the exception of the path
Finally we are ready to present the algorithm (Algorithm 1). After stating the algorithm, we provide its time complexity and prove that it always provides a minimum dominator coloring of an oriented path.
Now we show that the time complexity of the algorithm is
Next we show that the algorithm provides a minimum dominator coloring of any oriented path.
Theorem 2. The Minimum Dominator Coloring Algorithm 1 results in a minimum dominator coloring of every oriented path.
Proof. Since any vertex with in-degree equal to zero is assigned to the same color class by this algorithm, no counterexample can come from these vertices. Since every vertex with an in-neighbor of out-degree one is colored uniquely by this algorithm, no counterexample can come from these vertices either. Thus any possible counterexample must come from the set of vertices whose entire in-neighborhood consists of vertices of out-degree two.
Since the algorithm colors each 2-chain optimally, it suffices to
show that if each 2-chain is colored optimally, with the possible
exception of 2-chains of length three whenever
Clearly the color
In this paper we established the first algorithm which provides a
minimum dominator coloring of directed graphs. Specifically, this
algorithm provides a minimum dominator coloring for orientations of
paths. We proved that this algorithm always results in a minimum
dominator coloring of an oriented path, as well as that the algorithm
runs in
The most likely extensions of this algorithm are to orientations of trees and cycles. While results on the dominator chromatic number of orientations of trees exist, specific results for this class of digraphs are not as established as they are for orientations of cycles, a class of graphs for which the dominator chromatic number is entirely determined. However, the acyclic structure of trees (and theoretically of directed acyclic graphs as well) lend them to being possible candidates for easy extensions of this algorithm.
To conclude this paper we mention an application of this result. For those interested, a python script, which uses this algorithm and provides a visual of a user selected orientation of a path, can be found online at the repository https://github.com/cat-astrophic/MDC-orientations_of_paths/.
Gera, R. (2007). On dominator colorings in graphs. Graph Theory Notes of New York, 52, 25-30.
Gera, R. (2007, April). On the dominator colorings in bipartite graphs. In Fourth International Conference on Information Technology (ITNG’07) (pp. 947-952). IEEE.
Gera, R., Rasmussen, C. W., & Horton, S. (2006). Dominator colorings and safe clique partitions. Congress. Num. 181, 1932
Haynes, T. W., Hedetniemi, S. M., Hedetniemi, S. T., & Henning, M. A. (2002). Domination in graphs applied to electric power networks. SIAM Journal on Discrete Mathematics, 15(4), 519-529.
Blair, J., Gera, R., & Horton, S. (2011). Movable dominating sensor sets in networks. JCMCC-Journal of Combinatorial Mathematicsand Combinatorial Computing, 77, 103.
Cockayne, E., Goodman, S., & Hedetniemi, S. (1975). A linear algorithm for the domination number of a tree. Information Processing Letters, 4(2), 41-44.
Merouane, H. B., & Chellali, M. (2015). An algorithm for the dominator chromatic number of a tree. Journal of Combinatorial Optimization, 30(1), 27-33.
Arumugam, S., Chandrasekar, K. R., Misra, N., Philip, G., & Saurabh, S. (2011, July). Algorithmic aspects of dominator colorings in graphs. In International Workshop on Combinatorial Algorithms (pp. 19-30). Springer, Berlin, Heidelberg.
Kundu, S. (2018). A generalized linear time algorithm for an optimal k-distance dominating set of a weighted tree. Information Processing Letters, 130, 58-62.
Kundu, S., & Majumder, S. (2016). A linear time algorithm for optimal k-hop dominating set of a tree. Information Processing Letters, 116(2), 197-202.
Cary, M. (2019). Dominator colorings of digraphs. arXiv preprint arXiv:1902.07241.
Cary, M., Cary, J., & Prabhu, S. (2019). Independent Domination in Directed Graphs. arXiv preprint arXiv:1909.05121.
Cary, M. (2019). Dominator chromatic numbers of orientations of trees. arXiv preprint arXiv:1904.06293.
Haynes, T. W., Hedetniemi, S., & Slater, P. (1998). Fundamentals of domination in graphs. CRC press.