Next Article in Journal
The Relativistic Harmonic Oscillator in a Uniform Gravitational Field
Next Article in Special Issue
The Size, Multipartite Ramsey Numbers for nK2 Versus Path–Path and Cycle
Previous Article in Journal
Solving the Coriolis Vibratory Gyroscope Motion Equations by Means of the Angular Rate B-Spline Approximation
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Total Roman {3}-Domination: The Complexity and Linear-Time Algorithm for Trees

Institute of Computing Science and Technology, Guangzhou University, Guangzhou 510006, China
*
Author to whom correspondence should be addressed.
Mathematics 2021, 9(3), 293; https://doi.org/10.3390/math9030293
Submission received: 22 December 2020 / Revised: 23 January 2021 / Accepted: 26 January 2021 / Published: 2 February 2021
(This article belongs to the Special Issue Advances in Discrete Applied Mathematics and Graph Theory)

Abstract

:
For a simple graph G = ( V , E ) with no isolated vertices, a total Roman {3}-dominating function(TR3DF) on G is a function f : V ( G ) { 0 , 1 , 2 , 3 } having the property that (i) w N ( v ) f ( w ) 3 if f ( v ) = 0 ; (ii) w N ( v ) f ( w ) 2 if f ( v ) = 1 ; and (iii) every vertex v with f ( v ) 0 has a neighbor u with f ( u ) 0 for every vertex v V ( G ) . The weight of a TR3DF f is the sum f ( V ) = v V ( G ) f ( v ) and the minimum weight of a total Roman {3}-dominating function on G is called the total Roman {3}-domination number denoted by γ t { R 3 } ( G ) . In this paper, we show that the total Roman {3}-domination problem is NP-complete for planar graphs and chordal bipartite graphs. Finally, we present a linear-time algorithm to compute the value of γ t { R 3 } for trees.

1. Introduction

Let G = ( V , E ) be a graph with vertex set V = V ( G ) and edge set E = E ( G ) . For every vertex v V , the open neighborhood N G ( v ) = N ( v ) = { u V ( G ) : u v E ( G ) } and the closed neighborhood N G [ v ] = N [ v ] = N ( v ) { v } . We denote the degree of v by d G ( v ) = d ( v ) = | N G ( v ) | . A vertex of degree one is called a leaf and its neighbor is a support vertex, and a support vertex is called a strong support if it is adjacent to at least two leaves. Let S n be a star with order n. A tree T is an acyclic connected graph. G = ( G 1 G 2 ) is a union graph G such that V ( G ) = V ( G 1 ) V ( G 2 ) and E ( G ) = E ( G 1 ) E ( G 2 ) .
Given a graph G and a positive integer k, assume that f : V ( G ) { 0 , 1 , 2 , . . . , k } is a function, and suppose that ( V 0 , V 1 , . . , V k ) is the ordered partition of V introduced by f, where V i = { v V ( G ) : f ( v ) = i } for i { 0 , 1 , . . . , k } . Then we can write f = ( V 0 , V 1 , . . , V k ) and ω f ( V ( G ) ) = v V ( G ) f ( v ) is the weight of a function f of G.
A subset S of a vertex set V ( G ) is a dominating set of G if for every vertex v V ( G ) \ S , there exists a vertex w S such that w v is an edge of G. The domination number of G denoted by γ ( G ) is the smallest cardinality of a dominating set S of G [1]. A function f : V ( G ) { 0 , 1 } is called a dominating function(DF) on G if every vertex u with f ( u ) = 0 has a vertex v N ( u ) such that f ( v ) = 1 [2]. The dominating set problem(DSP) is to find the domination number of G, which has been deeply and widely studied in recent years [3,4,5,6,7].
A subset S of a vertex set V ( G ) is a total dominating set of G if v S N ( v ) = V ( G ) . The total domination number of G denoted by γ t ( G ) is the smallest cardinality of a total dominating set S of G [8]. The literature on the subject of total domination in graphs has been surveyed and provided in detail in a recent book [9]. Moreover, Michael A. Henning et al. presented a survey of selected recent results on total domination in graphs [10].
The mathematical concept of Roman domination is originally defined and discussed by Stewart et al. [11] and ReVelle et al. [12]. A Roman dominating function(RDF) on graph G is a function f : V ( G ) { 0 , 1 , 2 } such that every vertex v V ( G ) for which f ( u ) = 0 is adjacent to at least one vertex u with f ( u ) = 2 [13]. The Roman domination number of G is the minimum weight overall R D F s, denoted by γ R ( G ) [14]. On the basis of Roman domination, signed Roman domination [15], double Roman domination [16] and total Roman domination [17] have been proposed recently.
The total Roman dominating function(TRDF) on G is an RDF f on G with an additional property that every vertex v V ( G ) with f   ( v ) 0 has a neighbor u with f   ( u ) 0 . Let γ t R ( G ) denote the minimum weight of all TRDFs on G. A TRDF on G with weight γ t R ( G ) is called a γ t R ( G ) -function. The conception of TRDF was first defined by Hossein Ahangar et al. [18]. In addition, Nicolás Campanelli et al. studied the total Roman domination number of the lexicographic product of graphs [17] and Chloe Lampman et al. presented some basic results of Edge-Critical Graphs [19].
The Roman { 2 } -dominating function (also named Italian domination) f [20] introduced by Chellali et al. which is defined as follows: f : V ( G ) { 0 , 1 , 2 } has the property that u N ( v ) f ( u ) 2 for f ( v ) = 0 [21]. Chellali et al. proved that the Roman { 2 } -domination problem is NP-complete for bipartite graphs [21]. Hangdi Chen showed that the Roman { 2 } -domination problem is NP-complete for split graphs, and gave a linear-time algorithm for finding the minimum weight of Roman { 2 } -dominating function in block graphs [22]. As a generalization of Roman domination, Michael A. Henning et al. studied the relationship between Roman { 2 } -domination and dominating set parameters in trees [20].
A Roman { 3 } -dominating function(R{3}DF) f defined by Mojdeh et al. [23], which is defined as follows: f : V ( G ) { 0 , 1 , 2 , 3 } has the property that for every vertex v V ( G ) with f ( v ) { 0 , 1 } and u N ( v ) f ( u ) 3 . Mojdeh et al. presented an upper bound on the Roman { 3 } -domination number of a connected graph G, characterized the graphs attaining upper bound and showed that the Roman { 3 } -domination problem is NP-complete, even restricted to bipartite graphs [23].
The total Roman { 3 } -domination [24] was studied recently. The total Roman { 3 } -dominating function(TR3DF) on a graph G is an R{3}DF on G with the additional property that every vertex v V ( G ) with f ( v ) 0 has a neighbor w with f ( w ) 0 . The minimum weight of a total Roman { 3 } -dominating function on G denoted by γ t { R 3 } ( G ) is named the total Roman { 3 } -domination number of G. A γ t { R 3 } ( G ) -function is a total Roman { 3 } -dominating function on G with weight γ t { R 3 } ( G ) . Doost Ali Mojdeh et al. showed the relationship among total Roman { 3 } -domination, total domination, and total Roman { 2 } -domination parameters. They also presented an upper bound on the total Roman { 3 } -domination number of a connected graph G and characterized the graphs arriving this bound. Finally, they investigated that total Roman { 3 } -domination problem is NP-complete for bipartite graphs [24].
In this paper, we further investigate the complexity of total Roman { 3 } -domination in planar graphs and chordal bipartite graphs. Moreover, we give a linear-time algorithm to compute the γ t { R 3 } for trees which answer the problem that it is possible to construct a polynomial algorithm for computing the number of total Roman { 3 } -domination for trees [24].

2. Complexity

In this section, we study the complexity of total Roman {3}-domination of graph. We show that the total Roman {3}-domination problem is NP-complete for planar graphs and chordal bipartite graphs. Consider the following decision problem.
  • Total Roman {3}-Domination Problem TR3DP.
    Instance: Graph G = ( V , E ) , and a positive integer m.
    Question: Does G have a total Roman {3}-function with weight at most m?
Please note that the dominating set problem is NP-complete for planar graphs [25] and chordal bipartite graphs [26]. We show the NP-completeness results by reducing the well-known NP-complete problem, dominating set, to TR3D.
Let G be a graph on n vertices. Let T v be the tree with V ( T v ) = { v , v a , v b , v c , v d , v e , v f , v p , v q } , E ( T v ) = { v v a , v a v c , v c v e , v c v f , v v b , v b v d , v d v p , v d v q } , as depicted in Figure 1.
Let G be the graph obtained by adding edges between v T v and v T v if v v E ( G ) from the union of the trees T v for v V ( G ) . Please note that | V ( G ) | = n × | V ( T v ) | = 9 n and | E ( G ) | = | E ( G ) | + n × | E ( T v ) | = | E ( G ) | + 8 n .
Lemma 1.
If G is a planar graph or chordal bipartite graph, so is G .
Lemma 2.
([24]) Let S n be a star with n 3 , then γ t { R 3 } ( S n ) = 4 .
Lemma 3.
Let g be a TR3DF of G. If v is a strong support vertex of G, then ω g ( N [ v ] ) 4 .
Proof of Lemma 3. 
Let v 1 , v 2 , . . , v k be leaves of v with k 2 . Since g ( N [ v i ] ) 3 for i { 1 , 2 , . . , k } , we have g ( v i ) 3 g ( v ) for i { 1 , 2 , . . , k } . Then ω g ( N [ v ] ) = g ( v ) + i { 1 , 2 , . . . , k } g ( v i ) g ( v ) + g ( v 1 ) + g ( v 2 ) 6 g ( v ) . If g ( v ) 2 , it is clear that ω g ( N [ v ] ) 4 . If g ( v ) = 3 , there exists a vertex u N ( v ) with g ( u ) 0 . Then ω g ( N [ v ] ) 4 . □
Lemma 4.
If f is a D F of G with ω f ( G ) , then there exists a T R 3 D F g of G with ω g ( G ) + 8 n .
Proof of Lemma 4. 
For each v V ( G ) , we define g as follows: V ( T v ) { 0 , 1 , 2 , 3 } , g ( v a ) = g ( v b ) = 1 , g ( v c ) = g ( v d ) = 3 , g ( v ) = f ( v ) , g ( x ) = 0 otherwise. It is clear that g is a T R 3 D F of G . Therefore we have that ω g ( G ) = ω f ( G ) + 8 n + 8 n . □
Claim 1.
Let g be a T R 3 D F of G , then ω g ( T v ) 8 .
Proof of Claim 1. 
By Lemmas 2, 3 and definition, we have that ω g ( N [ v c ] ) 4 and ω g ( N [ v d ] ) 4 . Since N ( v c ) N ( v d ) = , then we can reduce ω g ( T v ) = ω g ( N [ v c ] ) + ω g ( N [ v d ] ) 8 . □
Claim 2.
If there exists a T R 3 D F h of G with h ( v a ) + h ( v b ) 3 for v a , v b V ( T v ) , then there exists a T R 3 D F g of G such that ω g ( G ) ω h ( G ) and g ( v a ) + g ( v b ) 2 .
Proof of Claim 2. 
By the definition of T R 3 D F , we have ω h ( N [ v e ] ) 3 and ω h ( N [ v p ] ) 3 , then we have ω h ( T v ) 9 .
If h ( v ) = 0 , then we define g : V ( G ) { 0 , 1 , 2 , 3 } such that g ( v e ) = g ( v f ) = g ( v p ) = g ( v q ) = 0 , g ( v ) = g ( v a ) = g ( v b ) = 1 , g ( v c ) = g ( v d ) = 3 , g ( x ) = h ( x ) otherwise, seeing Figure 2. Therefore g is a T R 3 D F of G such that g ( v a ) + g ( v b ) 2 and ω g ( G ) = ω h ( G ) .
If h ( v ) 1 , then we define g : V ( G ) { 0 , 1 , 2 , 3 } such that g ( v e ) = g ( v f ) = g ( v p ) = g ( v q ) = 0 , g ( v a ) = g ( v b ) = 1 , g ( v c ) = g ( v d ) = 3 , g ( x ) = h ( x ) otherwise. Therefore g is a T R 3 D F of G such that g ( v a ) + g ( v b ) 2 and ω g ( G ) ω h ( G ) . □
Lemma 5.
If g is a T R 3 D F of G with ω g ( G ) + 8 n , then there exists a D F f of G with ω f ( G ) .
Proof of Lemma 5. 
By Claim 2, w.l.o.g, let g be a T R 3 D F of G with g ( v a ) + g ( v b ) 2 for v a , v b V ( T v ) , v V ( G ) . Define f : V ( G ) { 0 , 1 } such that f ( v ) = g ( v ) if g ( v ) 1 , and f ( v ) = 1 if g ( v ) 2 . For each vertex v V ( G ) , since g ( v a ) + g ( v b ) 2 , we have g ( v ) 1 or there exists a vertex u N ( v ) V ( G ) such that g ( u ) 1 . Therefore f is D S F of G and ω f ( G ) ω g ( G ) 8 n by Claim 1. □
Theorem 1.
By Lemmas 1, 4, 5, the total Roman {3}-domination problem is NP-complete for planar graphs and chordal bipartite graphs.

3. A Linear-Time Algorithm for Total Roman {3}-Domination in Trees

In this section, we present a linear-time algorithm to compute the minimum weight of total Roman { 3 } -dominating function for trees. First, we define the following concepts:
Definition 1.
Let u be a vertex of G, and let F u , G ( i , j ) on G be a function f : V ( G ) { 0 , 1 , 2 , 3 } having the property that (i) f ( u ) = i , w N ( u ) f ( w ) j ; (ii) v V ( G ) \ { u } , p N [ v ] f ( p ) 3 if f ( v ) 2 and p N ( v ) f ( p ) 1 if f ( v ) = 3 .
Definition 2.
The minimum weight overall F u , G ( i , j ) functions on G denoted by γ t R 3 ( i , j ) ( u , G ) is the F u , G ( i , j ) number of G, and a γ t R 3 ( i , j ) ( u , G ) -function is an F u , G ( i , j ) function on G with weight γ t R 3 ( i , j ) ( u , G ) .
Definition 3.
Let c o i l ( x ) be a function defined as follows: c o i l ( x ) = x , x 0 ; 0 , x < 0 .
Lemma 6.
For any graph G with specific vertex u, we have
γ t { R 3 } ( G ) = m i n { γ t R 3 ( 0 , 3 ) ( u , G ) , γ t R 3 ( 1 , 2 ) ( u , G ) , γ t R 3 ( 2 , 1 ) ( u , G ) , γ t R 3 ( 3 , 1 ) ( u , G ) } .
Lemma 7.
Suppose T 1 and T 2 are trees with specific vertices v and u, respectively. Let T 3 be the tree with the specific vertex u, which is obtained by joining a new edge u v from the union of T 1 and T 2 , as depicted in Figure 3.
Then the following statements hold for γ t R 3 ( i , j ) ( u , T k ) .
( a ) For i = 0 , j { 0 , 1 , 2 , 3 } , we have:
γ t R 3 ( 0 , j ) ( u , T 3 ) = m i n { γ t R 3 ( 3 , 1 ) ( v , T 1 ) + γ t R 3 ( 0 , 0 ) ( u , T 2 ) , min { γ t R 3 ( s , 3 s ) ( v , T 1 ) + γ t R 3 ( 0 , c o l i ( j s ) ) ( u , T 2 ) | s = 0 , 1 , 2 } }
( b ) For i { 1 , 2 , 3 } , j { 0 , 1 , 2 , 3 } , we have:
γ t R 3 ( i , j ) ( u , T 3 ) = m i n { γ t R 3 ( s , c o i l ( 3 i s ) ) ( v , T 1 ) + γ t R 3 ( i , c o i l ( j s ) ) ( u , T 2 ) | s = 0 , 1 , 2 , 3 }
Proof of Lemma 7. 
Let V ( T 1 ) = V ( T 1 ) { u } , E ( T 1 ) = E ( T 1 ) { v u } , f be a γ t R 3 ( i , j ) ( u , G ) -function of T 3 , f be the restriction of f on T 1 and f be the restriction of f on T 2 .
(a) If f is a γ t R 3 ( 0 , j ) ( u , T 3 ) -function on T 3 , for j { 0 , 1 , 2 , 3 } . By the definition of γ t R 3 ( i , j ) ( u , G ) -function, we have that if f ( v ) = 3 , then w N T 3 \ { u } f ( w ) 1 . It follows from the fact that f is a γ t R 3 ( 0 , j ) ( u , G ) -function of T 3 if and only if f = f f , where at least one of followings holds: (i) f is a γ t R 3 ( 0 , 0 ) ( u , G ) -function of T 2 , f is a γ t R 3 ( 3 , 1 ) ( v , T 1 ) -function of T 1 ; (ii) f is a γ t R 3 ( 0 , c o i l ( j s ) ) ( u , G ) -function of T 2 , f is a γ t R 3 ( s , 3 s ) ( v , T 1 ) -function of T 1 , for s { 0 , 1 , 2 } .
(b) It follows from the fact that f is a γ t R 3 ( i , j ) ( u ,   T 3 ) -function of T 3 , for i { 1 , 2 , 3 } , j { 0 , 1 , 2 , 3 } if and only if f = f f , where f is a γ t R 3 ( i , c o l i ( j s ) ) ( u , T 2 ) -function of T 2 and f is a γ t R 3 ( t , c o i l ( 3 i s ) ) ( v , T 1 ) -function of T 1 , for s { 0 , 1 , 2 , 3 } . □
Lemmas 6 and 7 give the following dynamic programming algorithm 1 for the total Roman { 3 } -domination problem in trees.
Algorithm 1 Counting γ t { R 3 } in trees.
Mathematics 09 00293 i001

4. Conclusions

The total Roman {3}-domination problem was introduced and studied in [24], and it was proven to be NP-complete for bipartite graphs. In this paper, we prove that the total Roman {3}-domination problem is NP-complete for planar graphs or chordal bipartite graphs, and showed a linear-time algorithm for total Roman {3}-domination problem on trees. For the algorithmic aspects of the total Roman {3}-domination problem, designing exact algorithms or approximation algorithms on general graphs, or polynomial algorithms for total Roman {3}-domination problem on some special classes graphs deserve further research.

Author Contributions

Conceptualization, X.L., H.J. and Z.S.; writing, X.L. and Z.S.; review, H.J. and Z.S.; investigation: P.W. All authors have contributed equally to this work. All authors have read and agreed to the possible publication of the manuscript.

Funding

This work is supported by the Natural Science Foundation of Guangdong Province under Grant 2018A0303130115.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
DFDominating function
DSPDominating set problem
TRDFTotal Roman dominating function
R3DFRoman { 3 } -domination
TR3DFTotal Roman { 3 } -domination

References

  1. Mojdeh, D.A.; Firoozi, P.; Hasni, R. On Connected (γ, k)-critical Graphs. Australas. J. Comb. 2010, 46, 25–36. [Google Scholar]
  2. Thulasiraman, K.; Swamy, M.N.S. Graphs: Theory and Algorithms; Wiley: Hoboken, NJ, USA, 1992. [Google Scholar]
  3. Stojmenovic, I.; Seddigh, M.; Zunic, J. Dominating Sets and Neighbor Elimination-Based Broadcasting Algorithms in Wireless Networks. IEEE Trans. Parallel Distrib. Syst. 2002, 13, 14–25. [Google Scholar] [CrossRef] [Green Version]
  4. Haynes, T.W.; Henning, M.A. Domination in Graphs; CRC Press: Boca Raton, FL, USA, 1998. [Google Scholar]
  5. Lund, C.; Yannakakis, M. On the Hardness of Approximating Minimization Problems. J. ACM 1994, 41, 960–981. [Google Scholar] [CrossRef]
  6. Kinnersley, W.B.; West, D.B.; Zamani, R. Extremal Problems for Game domination Number. SIAM J. Discret. Math. 2013, 27, 2090–2107. [Google Scholar] [CrossRef] [Green Version]
  7. Haynes, T.W.; Hedetniemi, S.; Slater, P. Fundamentals of Domination in Graphs; Marcel Dekker: New York, NY, USA, 1998. [Google Scholar]
  8. Cockayne, E.J.; Dawes, R.M.; Hedetniemi, S.T. Total domination in Graphs. Networks 1980, 10, 211–219. [Google Scholar] [CrossRef]
  9. Henning, M.A.; Yeo, A. Total Domination in Graphs; Springer: Berlin, Germany, 2013. [Google Scholar]
  10. Henning, M.A. A Survey of Selected Recent Results On Total domination in Graphs. Discret. Math. 2009, 309, 32–63. [Google Scholar] [CrossRef] [Green Version]
  11. Stewart, I. Defend the Roman Empire. Sci. Am. 1999, 281, 136–138. [Google Scholar] [CrossRef]
  12. ReVelle, C.S.; Rosing, K.E. Defendens Imperium Romanum*: A Classical Problem in Military Strategy. Am. Math. Mon. 2000, 107, 585–594. [Google Scholar] [CrossRef]
  13. Cockayne, E.J.; Dreyer, P.A.; Hedetniemi, S.M.; Hedetniemi, S.T. Roman Domination in Graphs. Discret. Math. 2004, 278, 11–22. [Google Scholar] [CrossRef] [Green Version]
  14. Chambers, E.W.; Kinnersley, B.; Prince, N.; West, D.B. Extremal Problems for Roman Domination. SIAM J. Discret. Math. 2009, 23, 1575–1586. [Google Scholar] [CrossRef] [Green Version]
  15. Abdollahzadeh, H.A.; Henning, A.M.; Löwenstein, C.; Zhao, Y.; Samodivkin, V. Signed Roman domination in Graphs. J. Comb. Optim. 2014, 27, 241–255. [Google Scholar] [CrossRef]
  16. Beeler, R.A.; Haynes, T.W.; Hedetniemi, S.T. Double Roman domination. Discret. Appl. Math. 2016, 211, 23–29. [Google Scholar]
  17. Campanelli, N.; Kuziak, D. Total Roman domination in the Lexicographic Product of Graphs. Discret. Appl. Math. 2019, 263, 88–95. [Google Scholar] [CrossRef]
  18. Abdollahzadeh, H.A.; Henning, A.M.; Samodivkin, V.; Yero, G.I. Total Roman domination in Graphs. Appl. Anal. Discret. Math. 2016, 10, 501–517. [Google Scholar] [CrossRef] [Green Version]
  19. Lampman, C.; Mynhardt, K.; Ogden, S. Total Roman domination Edge-Critical Graphs. Involv. J. Math. 2019, 12, 1423–1439. [Google Scholar] [CrossRef]
  20. Henning, M.A.; Klostermeyer, W.F. Italian Domination in Trees. Discret. Appl. Math. 2017, 217, 557–564. [Google Scholar] [CrossRef]
  21. Chellali, M.; Haynes, T.W.; Hedetniemi, S.T.; McRae, A.A. Roman {2}-domination. Discret. Appl. Math. 2016, 204, 22–28. [Google Scholar] [CrossRef]
  22. Chen, H.; Lu, C. A Note on Roman {2}-domination Problem in Graphs. arXiv 2018, arXiv:1804.09338. [Google Scholar]
  23. Mojdeh, D.A.; Volkmann, L. Roman {3}-domination (Double Italian domination). Discret. Appl. Math. 2020, 283, 555–564. [Google Scholar] [CrossRef]
  24. Shao, Z.; Mojdeh, D.A.; Volkmann, L. Total Roman {3}-domination in Graphs. Symmetry 2020, 12, 268. [Google Scholar] [CrossRef] [Green Version]
  25. Zverovich, I.E.; Zverovich, V.E. An Induced Subgraph Characterization of Domination Perfect Graphs. J. Graph Theory 1995, 20, 375–395. [Google Scholar] [CrossRef]
  26. Müller, H.; Brandstädt, A. The NP-completeness of Steiner Tree and Dominating set for Chordal Bipartite Graphs. Theor. Comput. Sci. 1987, 53, 257–265. [Google Scholar] [CrossRef] [Green Version]
Figure 1. The tree T v .
Figure 1. The tree T v .
Mathematics 09 00293 g001
Figure 2. Pre-labeling of g.
Figure 2. Pre-labeling of g.
Mathematics 09 00293 g002
Figure 3. T 3 .
Figure 3. T 3 .
Mathematics 09 00293 g003
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Liu, X.; Jiang, H.; Wu, P.; Shao, Z. Total Roman {3}-Domination: The Complexity and Linear-Time Algorithm for Trees. Mathematics 2021, 9, 293. https://doi.org/10.3390/math9030293

AMA Style

Liu X, Jiang H, Wu P, Shao Z. Total Roman {3}-Domination: The Complexity and Linear-Time Algorithm for Trees. Mathematics. 2021; 9(3):293. https://doi.org/10.3390/math9030293

Chicago/Turabian Style

Liu, Xinyue, Huiqin Jiang, Pu Wu, and Zehui Shao. 2021. "Total Roman {3}-Domination: The Complexity and Linear-Time Algorithm for Trees" Mathematics 9, no. 3: 293. https://doi.org/10.3390/math9030293

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop