SlideShare a Scribd company logo
Dr. A. Anto Kinsley Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 6, Issue 2, (Part - 1) February 2016, pp.82-84
www.ijera.com 82|P a g e
Algorithmic Aspects of Vertex Geo-dominating Sets and Geo-
number in Graphs
Dr. A. Anto Kinsley* K. Karthika**
* (Associate Professor, Department of Mathematics, St. Xavier’s College (Autonomous), Palayamkottai - 627
002, India)
** (Research Scholar, St. Xavier’s College (Autonomous), Palayamkottai - 627 002, India)
ABSTRACT
In this paper we study about x-geodominating set, geodetic set, geo-set, geo-number of a graph G. We study the
binary operation, link vectors and some required results to develop algorithms. First we design two algorithms
to check whether given set is an x-geodominating set and to find the minimum x-geodominating set of a graph.
Finally we present another two algorithms to check whether a given vertex is geo-vertex or not and to find the
geo-number of a graph.
Key words: Graph, x-geodominating set, geodetic set, geo-set, geo- number, link vector, and graph algorithms.
I. INTRODUCTION
By a graph G = (V, E), we mean a finite,
undirected, connected graph without loop or multiple
edges [1]. For a graph theoretic terminology we refer
to the book by F. Harary and Buckley [2]. The
geodetic number of a graph was introduced in [2] and
further studied in [3]. Geodetic concepts were first
studied from the point of view of domination by
Chartrand, Harary, Swart and Zhang in [4] and
further studied by several others. The concept of
vertex geodomination number and geo-number was
introduced by Santhakumaran and Titus [5], [6], [7].
We assume that |V| = n throughout this paper. Before
we present the algorithm, we give a brief description
of the computation of link vector [8] of the closed
interval of the graphs that are involved in our
algorithms.
In this paper, we design four algorithms. First we
present two algorithms (i) to check whether a given
set of vertices is an x-geodominating set and (ii) to
find the minimum x-geodominating set of a graph.
Finally we present we two algorithms to check
whether a given vertex is geo-vertex or not and an
algorithm to find the geo-number of a graph. In all
algorithms we consider a graph with distance matrix.
In this section, some definition and important
results on x-geodominating sets and geo-set are
given.
Definition 1.1
For a connected graph G of order p ≥ 2, a set
SV(G) is an x-geodominating set of G if each vertex
v  V (G) lies on an x-y geodesic for some element y
in S. The minimum cardinality of an x-geodominating
set of G is defined as the x-geodomination number of
G and denoted by 𝑔 𝑥 (𝐺). The x-geodominating set of
cardinality 𝑔 𝑥 (𝐺) is called a 𝑔 𝑥 - set or minimum
x-geodominating set of G.
Definition 1.2
For a connected graph G of order 𝑝 ≤ 2, a vertex
x is called a geo-vertex if Sx is a 𝑔 𝑥 -set and Sx {x} is
a 𝑔-set of G. The set of all geo-vertices is called as
geo-set and the cardinality of the geo-set is called as
geo-number 𝑔𝑛(G).
Example 1.3
Figure 1: A graph G
Table 1
The table 1 gives the vertex geodominating sets of a
graph G given in figure 1. The set Sa {a} and
Se {e} forms the 𝑔-set of G. So the vertices a and d
are called geo-vertex and the geo-number is 2 for the
graph G.
Vertex x Vertex Geodominating Sets Sx 𝑔 𝑥 (G)
a {e} 1
b {e, c} 2
c {e, b} 2
d {a, e} 2
e {a} 1
RESEARCH ARTICLE OPEN ACCESS
Dr. A. Anto Kinsley Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 6, Issue 2, (Part - 1) February 2016, pp.82-84
www.ijera.com 83|P a g e
II. LINK VECTORS
Definition 2.1
Characterize each closed interval as an n-tuple.
Each place of n-tuple can be represented by a binary
1 or 0. Call this n-tuple as a link vector. Denote
LV (I) =I. Put 1 if the vertex belongs to the closed
interval otherwise 0. If all the co-ordinate of the link
vector is equal to 1 then it is called as full. Denote
I [(1)].
Definition 2.2
Let G be a graph. Let 𝜌 be the set of all LV of
G. Define a binary operation ∨: ρ × 𝜌 → 𝜌 by
(v1, v2, . . . , vk) ⋁ (u1, u2, . . . , uk) = (w1, w2, . . . , wk) ,
where wi = max {vi , ui}. Now we generalize this idea
for more than two LVs. Operation on any number
of LVs by ∨ can be followed by pairwise.
For any 𝐼𝑖 ∈ 𝜌 1 ≤ 𝑖 ≤ 4 , 𝐼′1 ⋁ 𝐼′
2 ⋁ 𝐼′
3 means
(𝐼′1 ⋁ 𝐼′
2 )⋁ 𝐼′
3 or 𝐼′1 ⋁(𝐼′
2
⋁ 𝐼′
3).
𝐼′1 ⋁ 𝐼′
2 ⋁ 𝐼′
3⋁𝐼′4 means (𝐼′1 ⋁ 𝐼′
2 )⋁ (𝐼′
3
⋁𝐼′
4) and so
on.
Theorem 2.3
Let G be a graph with n vertices. Then ⋁ 𝐼′𝑖
𝑟
𝑖=1 is
full, where r is the number of closed interval obtained
between each pair of vertices of S if and only if
S= {v1, v2, . . . , vk} is a geodetic set.
Proof: [9].
III. DEVELOPMENT OF
ALGORITHMS
In this section we give an algorithm to find the
minimum x-geodominating set and the geo-number
of a graph G. The algorithms closed interval I [Si],
Link vector 𝐼′ [S2] and geodetic [Sj] used in these
section are studied in [9].
Algorithm 3.1
The x-geodominating set confirmation algorithm:
Input: A graph G = (V, E) and a subset
S = {v1, v2, . . . , vk} of vertices and a vertex v  V- S.
Output: S is an x-geodominating set or not.
Take L← (0)
for i = 1 to k
begin
Si = {x, vi}
closed- interval 𝐼𝑖 [S2]
link vector 𝐼′𝑖[S2]
L = 𝐿 ∨ 𝐼′𝑖[S2]
end
If L is full then the given set is an x-geodominating
set.
Otherwise S is not an x-geodominating set.
In this algorithm, step 2 will work in k times.
Next part of this algorithm calls the algorithms closed
interval I [S2] and link vector I [S2] and hence this
part will work with 2m+n verifications, where m is
the number of edges and n is the number of vertices.
Thus this algorithm requires O (k(m+n)) cost of time.
But in that step the given vertex acts as a root and
all other vertices are approached through a spanning
tree. Therefore there are n + (n-1) verifications
needed, since m = n-1 for a tree. Total cost of time is
O (k(n+(n-1)), that is O (n (2n-1)), that is O (n2
).
Thus this algorithm requires O (n2
) cost of time.
Algorithm 3.2
The minimum x-geodominating set algorithm:
Input: A graph G = (V, E) with
V (G) = {v1, v2, . . . , vk} of vertices and x  V
Output: Sj’s with 𝑔 𝑥 (G) vertices.
Step 1: Take k ← 1
Step 2: Take all the subsets Sj 1 ≤ 𝑗 ≤ 𝑛
𝑘
of V
with k vertices.
Step 3: Check whether any Sj is an x-geodominating
set or not using algorithm 3.1.
Step 4: If any such Sj is an x-geodominating set then
find all the x-geodominating sets with k vertices
using step 3 for all Sj.
4.1: Conclude that the above x-geodominating sets
Sj’s are minimum.
Stop.
Otherwise continue.
Step 5: Take k = k + 1 and return to step 2.
In this algorithm, we will work all subsets of V
and hence it is a NP-complete problem.
Next we develop an algorithm to check whether a
given vertex is a geo-vertex or not.
Algorithm 3.3
The geo-vertex confirmation algorithm:
Input: A graph G = (V, E) with a vertex vi
Output: Whether given vertex vi is geo-vertex or not.
Procedure geo-vertex [vi];
Step 1: Take k ← 1
Step 2: Take all the subsets Sj 1 ≤ 𝑗 ≤ 𝑛
𝑘
of V
with k vertices..
Dr. A. Anto Kinsley Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 6, Issue 2, (Part - 1) February 2016, pp.82-84
www.ijera.com 84|P a g e
Step 3: Check whether any Sj is a vi-geodominating
set or not using algorithm 3.1.
Step 4: If any such Sj is a vi-geodominating set then
find all the vi-geodominating sets with k vertices
using step 3 for all Sj.
4.1: Check any Sj {vi} obtained from step 4 is a 𝑔-
set or not using 𝑔eodetic [Sj].
Step 5: If yes, then vi is a geo-vertex.
Stop.
Otherwise continue.
Step 6: Take k = k + 1 and return to step 2.
In this algorithm, we will work all subsets of
V and hence it is a NP-complete problem.
Finally we give an algorithm to find the geo-set and
geo-number of a graph.
Algorithm 3.4
Algorithm to find a geo-number of a graph:
Input: A graph G = (V, E) with its vertex set V
(G) = {v1, v2, . . . , vn}.
Output: A geo-number 𝑔𝑛(𝐺) of a graph.
Procedure geo-number [𝑔𝑛]
Let S =  and count = 0
for i = 1 to n
Geo-vertex [vi]
if yes then S = S  {vi} and count = count +1
The set S is the geo-set and count gives the
geo-number of a graph.
In this algorithm, we will work all subsets of V
and hence it is a NP-complete problem.
IV. CONCLUSION
In this paper we have studied the minimum
x-geodominating set and geo-set of a finite,
undirected, connected graph without loops or
multiple edges, whose distance matrix is known. We
have investigated link vectors and the binary
operation ⋁.Some results play an important role in
the algorithm development are given. We have
initially presented two algorithms (i) to check
whether a given set of vertices is an x-geodominating
set and (ii) to find the minimum x-geodominating set
of a graph. Finally we presented two algorithms to
check whether a given vertex is geo-vertex or not and
another algorithm to find geo-number of a graph.
REFERENCES
[1] F. Harary, Graph Theory, (Addison-
Wesley, New York, 1972).
[2] F. Buckley, F. Harary, Distance in Graphs,
(Addison- Wesley, Redwood City, CA
(1990)).
[3] G.Chartrand, F. Harary, P. Zang, On the
geodetic number of a graph, Networks, 39
(2002), 1-6.
[4] G.Chartrand, F. Harary, H. Swart, and P.
Zang, Geodomination in graphs, Bull. Inst.
Appl. Volume 31 (2001), pp. 51 – 59.
[5] A. P. Santhaumaran, P. Titus, Vertex
geodomination in graphs, Bulletin of Kerala
Mathematics Association, 2(2) (2005), 45-
57.
[6] A. P. Santhaumaran, P. Titus, On the vertex
geodomination number of a graph, Ars
Combinatoria 101(2011), pp. 137-151.
[7] A. P. Santhaumaran, P. Titus, The geo-
number of a graph, Ars Combinatoria
106(2012), pp. 65-78.
[8] A. Anto Kinsley, S. Somasundaram, C.
Xavier, An algorithm to find the strong
domination number of a graph, 34th Annual
Convention of the Computer Society of
India, Tata McGraw-Hill Publishing
Company limited, New Delhi, (2000), 255-
262.
[9] Dr. A. Anto Kinsley, K. Karthika, An
algorithm to find geodetic sets of a graph
(communicated).

More Related Content

What's hot

1452 86301000013 m
1452 86301000013 m1452 86301000013 m
1452 86301000013 m
Praveen Kumar
 
Paper id 71201961
Paper id 71201961Paper id 71201961
Paper id 71201961
IJRAT
 
International journal of applied sciences and innovation vol 2015 - no 2 - ...
International journal of applied sciences and innovation   vol 2015 - no 2 - ...International journal of applied sciences and innovation   vol 2015 - no 2 - ...
International journal of applied sciences and innovation vol 2015 - no 2 - ...
sophiabelthome
 
L(2,1)-labeling
L(2,1)-labelingL(2,1)-labeling
L(2,1)-labeling
Maria Jomelyn Ylen
 
E-Cordial Labeling of Some Mirror Graphs
E-Cordial Labeling of Some Mirror GraphsE-Cordial Labeling of Some Mirror Graphs
E-Cordial Labeling of Some Mirror Graphs
Waqas Tariq
 
X4102188192
X4102188192X4102188192
X4102188192
IJERA Editor
 
A new generalized lindley distribution
A new generalized lindley distributionA new generalized lindley distribution
A new generalized lindley distribution
Alexander Decker
 
Suborbits and suborbital graphs of the symmetric group acting on ordered r ...
Suborbits and suborbital graphs of the symmetric group   acting on ordered r ...Suborbits and suborbital graphs of the symmetric group   acting on ordered r ...
Suborbits and suborbital graphs of the symmetric group acting on ordered r ...
Alexander Decker
 
E021201032037
E021201032037E021201032037
E021201032037
inventionjournals
 
An application of gd
An application of gdAn application of gd
An application of gd
graphhoc
 
Ce31342345
Ce31342345Ce31342345
Ce31342345
IJMER
 
Iterative Compression
Iterative CompressionIterative Compression
Iterative Compression
ASPAK2014
 
A lattice-based consensus clustering
A lattice-based consensus clusteringA lattice-based consensus clustering
A lattice-based consensus clustering
Dmitrii Ignatov
 
RachelKnakResearchPoster
RachelKnakResearchPosterRachelKnakResearchPoster
RachelKnakResearchPoster
Rachel Knak
 
A Note on Non Split Locating Equitable Domination
A Note on Non Split Locating Equitable DominationA Note on Non Split Locating Equitable Domination
A Note on Non Split Locating Equitable Domination
ijdmtaiir
 
Kruskal's algorithm
Kruskal's algorithmKruskal's algorithm
Kruskal's algorithm
Raj Kumar Ranabhat
 
Paths and Polynomials
Paths and PolynomialsPaths and Polynomials
Paths and Polynomials
ASPAK2014
 
Applications and Properties of Unique Coloring of Graphs
Applications and Properties of Unique Coloring of GraphsApplications and Properties of Unique Coloring of Graphs
Applications and Properties of Unique Coloring of Graphs
IJERA Editor
 

What's hot (18)

1452 86301000013 m
1452 86301000013 m1452 86301000013 m
1452 86301000013 m
 
Paper id 71201961
Paper id 71201961Paper id 71201961
Paper id 71201961
 
International journal of applied sciences and innovation vol 2015 - no 2 - ...
International journal of applied sciences and innovation   vol 2015 - no 2 - ...International journal of applied sciences and innovation   vol 2015 - no 2 - ...
International journal of applied sciences and innovation vol 2015 - no 2 - ...
 
L(2,1)-labeling
L(2,1)-labelingL(2,1)-labeling
L(2,1)-labeling
 
E-Cordial Labeling of Some Mirror Graphs
E-Cordial Labeling of Some Mirror GraphsE-Cordial Labeling of Some Mirror Graphs
E-Cordial Labeling of Some Mirror Graphs
 
X4102188192
X4102188192X4102188192
X4102188192
 
A new generalized lindley distribution
A new generalized lindley distributionA new generalized lindley distribution
A new generalized lindley distribution
 
Suborbits and suborbital graphs of the symmetric group acting on ordered r ...
Suborbits and suborbital graphs of the symmetric group   acting on ordered r ...Suborbits and suborbital graphs of the symmetric group   acting on ordered r ...
Suborbits and suborbital graphs of the symmetric group acting on ordered r ...
 
E021201032037
E021201032037E021201032037
E021201032037
 
An application of gd
An application of gdAn application of gd
An application of gd
 
Ce31342345
Ce31342345Ce31342345
Ce31342345
 
Iterative Compression
Iterative CompressionIterative Compression
Iterative Compression
 
A lattice-based consensus clustering
A lattice-based consensus clusteringA lattice-based consensus clustering
A lattice-based consensus clustering
 
RachelKnakResearchPoster
RachelKnakResearchPosterRachelKnakResearchPoster
RachelKnakResearchPoster
 
A Note on Non Split Locating Equitable Domination
A Note on Non Split Locating Equitable DominationA Note on Non Split Locating Equitable Domination
A Note on Non Split Locating Equitable Domination
 
Kruskal's algorithm
Kruskal's algorithmKruskal's algorithm
Kruskal's algorithm
 
Paths and Polynomials
Paths and PolynomialsPaths and Polynomials
Paths and Polynomials
 
Applications and Properties of Unique Coloring of Graphs
Applications and Properties of Unique Coloring of GraphsApplications and Properties of Unique Coloring of Graphs
Applications and Properties of Unique Coloring of Graphs
 

Viewers also liked

Water Quality Index for Assessment of Rudrasagar Lake Ecosystem, India
Water Quality Index for Assessment of Rudrasagar Lake Ecosystem, IndiaWater Quality Index for Assessment of Rudrasagar Lake Ecosystem, India
Water Quality Index for Assessment of Rudrasagar Lake Ecosystem, India
IJERA Editor
 
Assessment the Limit of Steel Core Area in the Encased Composite Column
Assessment the Limit of Steel Core Area in the Encased Composite ColumnAssessment the Limit of Steel Core Area in the Encased Composite Column
Assessment the Limit of Steel Core Area in the Encased Composite Column
IJERA Editor
 
Design of Digital Adder Using Reversible Logic
Design of Digital Adder Using Reversible LogicDesign of Digital Adder Using Reversible Logic
Design of Digital Adder Using Reversible Logic
IJERA Editor
 
Evaluation Of The Level Of Compliance Of Cost Approach To Valuation To Provis...
Evaluation Of The Level Of Compliance Of Cost Approach To Valuation To Provis...Evaluation Of The Level Of Compliance Of Cost Approach To Valuation To Provis...
Evaluation Of The Level Of Compliance Of Cost Approach To Valuation To Provis...
IJERA Editor
 
Climatology Applied To Architecture: An Experimental Investigation about Inte...
Climatology Applied To Architecture: An Experimental Investigation about Inte...Climatology Applied To Architecture: An Experimental Investigation about Inte...
Climatology Applied To Architecture: An Experimental Investigation about Inte...
IJERA Editor
 
Assessment of physicochemical and bacteriological drinking water quality of d...
Assessment of physicochemical and bacteriological drinking water quality of d...Assessment of physicochemical and bacteriological drinking water quality of d...
Assessment of physicochemical and bacteriological drinking water quality of d...
IJERA Editor
 
Shape Memory Alloys
Shape Memory AlloysShape Memory Alloys
Shape Memory Alloys
IJERA Editor
 
A Review on Digital Dental Radiographic Images for Disease Identification and...
A Review on Digital Dental Radiographic Images for Disease Identification and...A Review on Digital Dental Radiographic Images for Disease Identification and...
A Review on Digital Dental Radiographic Images for Disease Identification and...
IJERA Editor
 
Experimental Analysis of Open, Simple and Modified Greenhouse Dryers for Dryi...
Experimental Analysis of Open, Simple and Modified Greenhouse Dryers for Dryi...Experimental Analysis of Open, Simple and Modified Greenhouse Dryers for Dryi...
Experimental Analysis of Open, Simple and Modified Greenhouse Dryers for Dryi...
IJERA Editor
 
Growth and Characterization of Morpholium Cadmium Acetoperchlorate Single Cry...
Growth and Characterization of Morpholium Cadmium Acetoperchlorate Single Cry...Growth and Characterization of Morpholium Cadmium Acetoperchlorate Single Cry...
Growth and Characterization of Morpholium Cadmium Acetoperchlorate Single Cry...
IJERA Editor
 
Structural Analysis for Rehabilitation of Reinforced Concrete Structure
Structural Analysis for Rehabilitation of Reinforced Concrete StructureStructural Analysis for Rehabilitation of Reinforced Concrete Structure
Structural Analysis for Rehabilitation of Reinforced Concrete Structure
IJERA Editor
 
Prediction Models for Sliding Wear of AA3003/Al2O3 Composites
Prediction Models for Sliding Wear of AA3003/Al2O3 CompositesPrediction Models for Sliding Wear of AA3003/Al2O3 Composites
Prediction Models for Sliding Wear of AA3003/Al2O3 Composites
IJERA Editor
 
Expectations for Electronic Debate Platforms as a Function of Application Domain
Expectations for Electronic Debate Platforms as a Function of Application DomainExpectations for Electronic Debate Platforms as a Function of Application Domain
Expectations for Electronic Debate Platforms as a Function of Application Domain
IJERA Editor
 
Trace Analysis of Driver Behavior on Traffic Violator by Using Big Data (Traf...
Trace Analysis of Driver Behavior on Traffic Violator by Using Big Data (Traf...Trace Analysis of Driver Behavior on Traffic Violator by Using Big Data (Traf...
Trace Analysis of Driver Behavior on Traffic Violator by Using Big Data (Traf...
IJERA Editor
 
Finite Element Modeling for Effect of Fire on Steel Structure: A Review
Finite Element Modeling for Effect of Fire on Steel Structure: A ReviewFinite Element Modeling for Effect of Fire on Steel Structure: A Review
Finite Element Modeling for Effect of Fire on Steel Structure: A Review
IJERA Editor
 
The Influence of the Resonant Frequency on the Presence Of Chimera State
The Influence of the Resonant Frequency on the Presence Of Chimera StateThe Influence of the Resonant Frequency on the Presence Of Chimera State
The Influence of the Resonant Frequency on the Presence Of Chimera State
IJERA Editor
 
Numerical Modeling and Simulation of a Double Tube Heat Exchanger Adopting a ...
Numerical Modeling and Simulation of a Double Tube Heat Exchanger Adopting a ...Numerical Modeling and Simulation of a Double Tube Heat Exchanger Adopting a ...
Numerical Modeling and Simulation of a Double Tube Heat Exchanger Adopting a ...
IJERA Editor
 
Techniques for the Improvement in the Transconductance of a Bulk Driven Ampli...
Techniques for the Improvement in the Transconductance of a Bulk Driven Ampli...Techniques for the Improvement in the Transconductance of a Bulk Driven Ampli...
Techniques for the Improvement in the Transconductance of a Bulk Driven Ampli...
IJERA Editor
 
Determination of Elastic Behavior of RCC Section by Experimentation and Valid...
Determination of Elastic Behavior of RCC Section by Experimentation and Valid...Determination of Elastic Behavior of RCC Section by Experimentation and Valid...
Determination of Elastic Behavior of RCC Section by Experimentation and Valid...
IJERA Editor
 

Viewers also liked (19)

Water Quality Index for Assessment of Rudrasagar Lake Ecosystem, India
Water Quality Index for Assessment of Rudrasagar Lake Ecosystem, IndiaWater Quality Index for Assessment of Rudrasagar Lake Ecosystem, India
Water Quality Index for Assessment of Rudrasagar Lake Ecosystem, India
 
Assessment the Limit of Steel Core Area in the Encased Composite Column
Assessment the Limit of Steel Core Area in the Encased Composite ColumnAssessment the Limit of Steel Core Area in the Encased Composite Column
Assessment the Limit of Steel Core Area in the Encased Composite Column
 
Design of Digital Adder Using Reversible Logic
Design of Digital Adder Using Reversible LogicDesign of Digital Adder Using Reversible Logic
Design of Digital Adder Using Reversible Logic
 
Evaluation Of The Level Of Compliance Of Cost Approach To Valuation To Provis...
Evaluation Of The Level Of Compliance Of Cost Approach To Valuation To Provis...Evaluation Of The Level Of Compliance Of Cost Approach To Valuation To Provis...
Evaluation Of The Level Of Compliance Of Cost Approach To Valuation To Provis...
 
Climatology Applied To Architecture: An Experimental Investigation about Inte...
Climatology Applied To Architecture: An Experimental Investigation about Inte...Climatology Applied To Architecture: An Experimental Investigation about Inte...
Climatology Applied To Architecture: An Experimental Investigation about Inte...
 
Assessment of physicochemical and bacteriological drinking water quality of d...
Assessment of physicochemical and bacteriological drinking water quality of d...Assessment of physicochemical and bacteriological drinking water quality of d...
Assessment of physicochemical and bacteriological drinking water quality of d...
 
Shape Memory Alloys
Shape Memory AlloysShape Memory Alloys
Shape Memory Alloys
 
A Review on Digital Dental Radiographic Images for Disease Identification and...
A Review on Digital Dental Radiographic Images for Disease Identification and...A Review on Digital Dental Radiographic Images for Disease Identification and...
A Review on Digital Dental Radiographic Images for Disease Identification and...
 
Experimental Analysis of Open, Simple and Modified Greenhouse Dryers for Dryi...
Experimental Analysis of Open, Simple and Modified Greenhouse Dryers for Dryi...Experimental Analysis of Open, Simple and Modified Greenhouse Dryers for Dryi...
Experimental Analysis of Open, Simple and Modified Greenhouse Dryers for Dryi...
 
Growth and Characterization of Morpholium Cadmium Acetoperchlorate Single Cry...
Growth and Characterization of Morpholium Cadmium Acetoperchlorate Single Cry...Growth and Characterization of Morpholium Cadmium Acetoperchlorate Single Cry...
Growth and Characterization of Morpholium Cadmium Acetoperchlorate Single Cry...
 
Structural Analysis for Rehabilitation of Reinforced Concrete Structure
Structural Analysis for Rehabilitation of Reinforced Concrete StructureStructural Analysis for Rehabilitation of Reinforced Concrete Structure
Structural Analysis for Rehabilitation of Reinforced Concrete Structure
 
Prediction Models for Sliding Wear of AA3003/Al2O3 Composites
Prediction Models for Sliding Wear of AA3003/Al2O3 CompositesPrediction Models for Sliding Wear of AA3003/Al2O3 Composites
Prediction Models for Sliding Wear of AA3003/Al2O3 Composites
 
Expectations for Electronic Debate Platforms as a Function of Application Domain
Expectations for Electronic Debate Platforms as a Function of Application DomainExpectations for Electronic Debate Platforms as a Function of Application Domain
Expectations for Electronic Debate Platforms as a Function of Application Domain
 
Trace Analysis of Driver Behavior on Traffic Violator by Using Big Data (Traf...
Trace Analysis of Driver Behavior on Traffic Violator by Using Big Data (Traf...Trace Analysis of Driver Behavior on Traffic Violator by Using Big Data (Traf...
Trace Analysis of Driver Behavior on Traffic Violator by Using Big Data (Traf...
 
Finite Element Modeling for Effect of Fire on Steel Structure: A Review
Finite Element Modeling for Effect of Fire on Steel Structure: A ReviewFinite Element Modeling for Effect of Fire on Steel Structure: A Review
Finite Element Modeling for Effect of Fire on Steel Structure: A Review
 
The Influence of the Resonant Frequency on the Presence Of Chimera State
The Influence of the Resonant Frequency on the Presence Of Chimera StateThe Influence of the Resonant Frequency on the Presence Of Chimera State
The Influence of the Resonant Frequency on the Presence Of Chimera State
 
Numerical Modeling and Simulation of a Double Tube Heat Exchanger Adopting a ...
Numerical Modeling and Simulation of a Double Tube Heat Exchanger Adopting a ...Numerical Modeling and Simulation of a Double Tube Heat Exchanger Adopting a ...
Numerical Modeling and Simulation of a Double Tube Heat Exchanger Adopting a ...
 
Techniques for the Improvement in the Transconductance of a Bulk Driven Ampli...
Techniques for the Improvement in the Transconductance of a Bulk Driven Ampli...Techniques for the Improvement in the Transconductance of a Bulk Driven Ampli...
Techniques for the Improvement in the Transconductance of a Bulk Driven Ampli...
 
Determination of Elastic Behavior of RCC Section by Experimentation and Valid...
Determination of Elastic Behavior of RCC Section by Experimentation and Valid...Determination of Elastic Behavior of RCC Section by Experimentation and Valid...
Determination of Elastic Behavior of RCC Section by Experimentation and Valid...
 

Similar to Algorithmic Aspects of Vertex Geo-dominating Sets and Geonumber in Graphs

AN APPLICATION OF Gd -METRIC SPACES AND METRIC DIMENSION OF GRAPHS
AN APPLICATION OF Gd -METRIC SPACES AND METRIC DIMENSION OF GRAPHSAN APPLICATION OF Gd -METRIC SPACES AND METRIC DIMENSION OF GRAPHS
AN APPLICATION OF Gd -METRIC SPACES AND METRIC DIMENSION OF GRAPHS
Fransiskeran
 
Odd Harmonious Labelings of Cyclic Snakes
Odd Harmonious Labelings of Cyclic SnakesOdd Harmonious Labelings of Cyclic Snakes
Odd Harmonious Labelings of Cyclic Snakes
GiselleginaGloria
 
FURTHER RESULTS ON ODD HARMONIOUS GRAPHS
FURTHER RESULTS ON ODD HARMONIOUS GRAPHSFURTHER RESULTS ON ODD HARMONIOUS GRAPHS
FURTHER RESULTS ON ODD HARMONIOUS GRAPHS
Fransiskeran
 
78201917
7820191778201917
78201917
IJRAT
 
78201917
7820191778201917
78201917
IJRAT
 
One modulo n gracefulness of
One modulo n gracefulness ofOne modulo n gracefulness of
One modulo n gracefulness of
graphhoc
 
DISTANCE TWO LABELING FOR MULTI-STOREY GRAPHS
DISTANCE TWO LABELING FOR MULTI-STOREY GRAPHSDISTANCE TWO LABELING FOR MULTI-STOREY GRAPHS
DISTANCE TWO LABELING FOR MULTI-STOREY GRAPHS
graphhoc
 
Planted Clique Research Paper
Planted Clique Research PaperPlanted Clique Research Paper
Planted Clique Research Paper
Jose Andres Valdes
 
A common fixed point of integral type contraction in generalized metric spacess
A  common fixed point of integral type contraction in generalized metric spacessA  common fixed point of integral type contraction in generalized metric spacess
A common fixed point of integral type contraction in generalized metric spacess
Alexander Decker
 
LADDER AND SUBDIVISION OF LADDER GRAPHS WITH PENDANT EDGES ARE ODD GRACEFUL
LADDER AND SUBDIVISION OF LADDER GRAPHS WITH PENDANT EDGES ARE ODD GRACEFULLADDER AND SUBDIVISION OF LADDER GRAPHS WITH PENDANT EDGES ARE ODD GRACEFUL
LADDER AND SUBDIVISION OF LADDER GRAPHS WITH PENDANT EDGES ARE ODD GRACEFUL
Fransiskeran
 
K-means Clustering Algorithm with Matlab Source code
K-means Clustering Algorithm with Matlab Source codeK-means Clustering Algorithm with Matlab Source code
K-means Clustering Algorithm with Matlab Source code
gokulprasath06
 
On the Odd Gracefulness of Cyclic Snakes With Pendant Edges
On the Odd Gracefulness of Cyclic Snakes With Pendant EdgesOn the Odd Gracefulness of Cyclic Snakes With Pendant Edges
On the Odd Gracefulness of Cyclic Snakes With Pendant Edges
GiselleginaGloria
 
New Classes of Odd Graceful Graphs - M. E. Abdel-Aal
New Classes of Odd Graceful Graphs - M. E. Abdel-AalNew Classes of Odd Graceful Graphs - M. E. Abdel-Aal
New Classes of Odd Graceful Graphs - M. E. Abdel-Aal
GiselleginaGloria
 
Common fixed point and weak commuting mappings
Common fixed point and weak commuting mappingsCommon fixed point and weak commuting mappings
Common fixed point and weak commuting mappings
Alexander Decker
 
A common random fixed point theorem for rational inequality in hilbert space
A common random fixed point theorem for rational inequality in hilbert spaceA common random fixed point theorem for rational inequality in hilbert space
A common random fixed point theorem for rational inequality in hilbert space
Alexander Decker
 
Generarlized operations on fuzzy graphs
Generarlized operations on fuzzy graphsGenerarlized operations on fuzzy graphs
Generarlized operations on fuzzy graphs
Alexander Decker
 
B0620510
B0620510B0620510
B0620510
IOSR Journals
 
To find a non-split strong dominating set of an interval graph using an algor...
To find a non-split strong dominating set of an interval graph using an algor...To find a non-split strong dominating set of an interval graph using an algor...
To find a non-split strong dominating set of an interval graph using an algor...
IOSR Journals
 
Paper id 21201486
Paper id 21201486Paper id 21201486
Paper id 21201486
IJRAT
 
ON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRY
ON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRYON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRY
ON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRY
Fransiskeran
 

Similar to Algorithmic Aspects of Vertex Geo-dominating Sets and Geonumber in Graphs (20)

AN APPLICATION OF Gd -METRIC SPACES AND METRIC DIMENSION OF GRAPHS
AN APPLICATION OF Gd -METRIC SPACES AND METRIC DIMENSION OF GRAPHSAN APPLICATION OF Gd -METRIC SPACES AND METRIC DIMENSION OF GRAPHS
AN APPLICATION OF Gd -METRIC SPACES AND METRIC DIMENSION OF GRAPHS
 
Odd Harmonious Labelings of Cyclic Snakes
Odd Harmonious Labelings of Cyclic SnakesOdd Harmonious Labelings of Cyclic Snakes
Odd Harmonious Labelings of Cyclic Snakes
 
FURTHER RESULTS ON ODD HARMONIOUS GRAPHS
FURTHER RESULTS ON ODD HARMONIOUS GRAPHSFURTHER RESULTS ON ODD HARMONIOUS GRAPHS
FURTHER RESULTS ON ODD HARMONIOUS GRAPHS
 
78201917
7820191778201917
78201917
 
78201917
7820191778201917
78201917
 
One modulo n gracefulness of
One modulo n gracefulness ofOne modulo n gracefulness of
One modulo n gracefulness of
 
DISTANCE TWO LABELING FOR MULTI-STOREY GRAPHS
DISTANCE TWO LABELING FOR MULTI-STOREY GRAPHSDISTANCE TWO LABELING FOR MULTI-STOREY GRAPHS
DISTANCE TWO LABELING FOR MULTI-STOREY GRAPHS
 
Planted Clique Research Paper
Planted Clique Research PaperPlanted Clique Research Paper
Planted Clique Research Paper
 
A common fixed point of integral type contraction in generalized metric spacess
A  common fixed point of integral type contraction in generalized metric spacessA  common fixed point of integral type contraction in generalized metric spacess
A common fixed point of integral type contraction in generalized metric spacess
 
LADDER AND SUBDIVISION OF LADDER GRAPHS WITH PENDANT EDGES ARE ODD GRACEFUL
LADDER AND SUBDIVISION OF LADDER GRAPHS WITH PENDANT EDGES ARE ODD GRACEFULLADDER AND SUBDIVISION OF LADDER GRAPHS WITH PENDANT EDGES ARE ODD GRACEFUL
LADDER AND SUBDIVISION OF LADDER GRAPHS WITH PENDANT EDGES ARE ODD GRACEFUL
 
K-means Clustering Algorithm with Matlab Source code
K-means Clustering Algorithm with Matlab Source codeK-means Clustering Algorithm with Matlab Source code
K-means Clustering Algorithm with Matlab Source code
 
On the Odd Gracefulness of Cyclic Snakes With Pendant Edges
On the Odd Gracefulness of Cyclic Snakes With Pendant EdgesOn the Odd Gracefulness of Cyclic Snakes With Pendant Edges
On the Odd Gracefulness of Cyclic Snakes With Pendant Edges
 
New Classes of Odd Graceful Graphs - M. E. Abdel-Aal
New Classes of Odd Graceful Graphs - M. E. Abdel-AalNew Classes of Odd Graceful Graphs - M. E. Abdel-Aal
New Classes of Odd Graceful Graphs - M. E. Abdel-Aal
 
Common fixed point and weak commuting mappings
Common fixed point and weak commuting mappingsCommon fixed point and weak commuting mappings
Common fixed point and weak commuting mappings
 
A common random fixed point theorem for rational inequality in hilbert space
A common random fixed point theorem for rational inequality in hilbert spaceA common random fixed point theorem for rational inequality in hilbert space
A common random fixed point theorem for rational inequality in hilbert space
 
Generarlized operations on fuzzy graphs
Generarlized operations on fuzzy graphsGenerarlized operations on fuzzy graphs
Generarlized operations on fuzzy graphs
 
B0620510
B0620510B0620510
B0620510
 
To find a non-split strong dominating set of an interval graph using an algor...
To find a non-split strong dominating set of an interval graph using an algor...To find a non-split strong dominating set of an interval graph using an algor...
To find a non-split strong dominating set of an interval graph using an algor...
 
Paper id 21201486
Paper id 21201486Paper id 21201486
Paper id 21201486
 
ON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRY
ON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRYON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRY
ON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRY
 

Recently uploaded

Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
cnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classicationcnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classication
SakkaravarthiShanmug
 
Design and optimization of ion propulsion drone
Design and optimization of ion propulsion droneDesign and optimization of ion propulsion drone
Design and optimization of ion propulsion drone
bjmsejournal
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
Gino153088
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
171ticu
 
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
ydzowc
 
AI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptxAI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptx
architagupta876
 
Data Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason WebinarData Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason Webinar
UReason
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
Mahmoud Morsy
 
Curve Fitting in Numerical Methods Regression
Curve Fitting in Numerical Methods RegressionCurve Fitting in Numerical Methods Regression
Curve Fitting in Numerical Methods Regression
Nada Hikmah
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
shadow0702a
 
artificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptxartificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptx
GauravCar
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
abbyasa1014
 
Mechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdfMechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdf
21UME003TUSHARDEB
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
Data Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptxData Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptx
ramrag33
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 

Recently uploaded (20)

Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
cnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classicationcnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classication
 
Design and optimization of ion propulsion drone
Design and optimization of ion propulsion droneDesign and optimization of ion propulsion drone
Design and optimization of ion propulsion drone
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
 
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
 
AI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptxAI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptx
 
Data Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason WebinarData Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason Webinar
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
 
Curve Fitting in Numerical Methods Regression
Curve Fitting in Numerical Methods RegressionCurve Fitting in Numerical Methods Regression
Curve Fitting in Numerical Methods Regression
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
 
artificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptxartificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptx
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
 
Mechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdfMechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdf
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
Data Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptxData Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptx
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 

Algorithmic Aspects of Vertex Geo-dominating Sets and Geonumber in Graphs

  • 1. Dr. A. Anto Kinsley Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 6, Issue 2, (Part - 1) February 2016, pp.82-84 www.ijera.com 82|P a g e Algorithmic Aspects of Vertex Geo-dominating Sets and Geo- number in Graphs Dr. A. Anto Kinsley* K. Karthika** * (Associate Professor, Department of Mathematics, St. Xavier’s College (Autonomous), Palayamkottai - 627 002, India) ** (Research Scholar, St. Xavier’s College (Autonomous), Palayamkottai - 627 002, India) ABSTRACT In this paper we study about x-geodominating set, geodetic set, geo-set, geo-number of a graph G. We study the binary operation, link vectors and some required results to develop algorithms. First we design two algorithms to check whether given set is an x-geodominating set and to find the minimum x-geodominating set of a graph. Finally we present another two algorithms to check whether a given vertex is geo-vertex or not and to find the geo-number of a graph. Key words: Graph, x-geodominating set, geodetic set, geo-set, geo- number, link vector, and graph algorithms. I. INTRODUCTION By a graph G = (V, E), we mean a finite, undirected, connected graph without loop or multiple edges [1]. For a graph theoretic terminology we refer to the book by F. Harary and Buckley [2]. The geodetic number of a graph was introduced in [2] and further studied in [3]. Geodetic concepts were first studied from the point of view of domination by Chartrand, Harary, Swart and Zhang in [4] and further studied by several others. The concept of vertex geodomination number and geo-number was introduced by Santhakumaran and Titus [5], [6], [7]. We assume that |V| = n throughout this paper. Before we present the algorithm, we give a brief description of the computation of link vector [8] of the closed interval of the graphs that are involved in our algorithms. In this paper, we design four algorithms. First we present two algorithms (i) to check whether a given set of vertices is an x-geodominating set and (ii) to find the minimum x-geodominating set of a graph. Finally we present we two algorithms to check whether a given vertex is geo-vertex or not and an algorithm to find the geo-number of a graph. In all algorithms we consider a graph with distance matrix. In this section, some definition and important results on x-geodominating sets and geo-set are given. Definition 1.1 For a connected graph G of order p ≥ 2, a set SV(G) is an x-geodominating set of G if each vertex v  V (G) lies on an x-y geodesic for some element y in S. The minimum cardinality of an x-geodominating set of G is defined as the x-geodomination number of G and denoted by 𝑔 𝑥 (𝐺). The x-geodominating set of cardinality 𝑔 𝑥 (𝐺) is called a 𝑔 𝑥 - set or minimum x-geodominating set of G. Definition 1.2 For a connected graph G of order 𝑝 ≤ 2, a vertex x is called a geo-vertex if Sx is a 𝑔 𝑥 -set and Sx {x} is a 𝑔-set of G. The set of all geo-vertices is called as geo-set and the cardinality of the geo-set is called as geo-number 𝑔𝑛(G). Example 1.3 Figure 1: A graph G Table 1 The table 1 gives the vertex geodominating sets of a graph G given in figure 1. The set Sa {a} and Se {e} forms the 𝑔-set of G. So the vertices a and d are called geo-vertex and the geo-number is 2 for the graph G. Vertex x Vertex Geodominating Sets Sx 𝑔 𝑥 (G) a {e} 1 b {e, c} 2 c {e, b} 2 d {a, e} 2 e {a} 1 RESEARCH ARTICLE OPEN ACCESS
  • 2. Dr. A. Anto Kinsley Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 6, Issue 2, (Part - 1) February 2016, pp.82-84 www.ijera.com 83|P a g e II. LINK VECTORS Definition 2.1 Characterize each closed interval as an n-tuple. Each place of n-tuple can be represented by a binary 1 or 0. Call this n-tuple as a link vector. Denote LV (I) =I. Put 1 if the vertex belongs to the closed interval otherwise 0. If all the co-ordinate of the link vector is equal to 1 then it is called as full. Denote I [(1)]. Definition 2.2 Let G be a graph. Let 𝜌 be the set of all LV of G. Define a binary operation ∨: ρ × 𝜌 → 𝜌 by (v1, v2, . . . , vk) ⋁ (u1, u2, . . . , uk) = (w1, w2, . . . , wk) , where wi = max {vi , ui}. Now we generalize this idea for more than two LVs. Operation on any number of LVs by ∨ can be followed by pairwise. For any 𝐼𝑖 ∈ 𝜌 1 ≤ 𝑖 ≤ 4 , 𝐼′1 ⋁ 𝐼′ 2 ⋁ 𝐼′ 3 means (𝐼′1 ⋁ 𝐼′ 2 )⋁ 𝐼′ 3 or 𝐼′1 ⋁(𝐼′ 2 ⋁ 𝐼′ 3). 𝐼′1 ⋁ 𝐼′ 2 ⋁ 𝐼′ 3⋁𝐼′4 means (𝐼′1 ⋁ 𝐼′ 2 )⋁ (𝐼′ 3 ⋁𝐼′ 4) and so on. Theorem 2.3 Let G be a graph with n vertices. Then ⋁ 𝐼′𝑖 𝑟 𝑖=1 is full, where r is the number of closed interval obtained between each pair of vertices of S if and only if S= {v1, v2, . . . , vk} is a geodetic set. Proof: [9]. III. DEVELOPMENT OF ALGORITHMS In this section we give an algorithm to find the minimum x-geodominating set and the geo-number of a graph G. The algorithms closed interval I [Si], Link vector 𝐼′ [S2] and geodetic [Sj] used in these section are studied in [9]. Algorithm 3.1 The x-geodominating set confirmation algorithm: Input: A graph G = (V, E) and a subset S = {v1, v2, . . . , vk} of vertices and a vertex v  V- S. Output: S is an x-geodominating set or not. Take L← (0) for i = 1 to k begin Si = {x, vi} closed- interval 𝐼𝑖 [S2] link vector 𝐼′𝑖[S2] L = 𝐿 ∨ 𝐼′𝑖[S2] end If L is full then the given set is an x-geodominating set. Otherwise S is not an x-geodominating set. In this algorithm, step 2 will work in k times. Next part of this algorithm calls the algorithms closed interval I [S2] and link vector I [S2] and hence this part will work with 2m+n verifications, where m is the number of edges and n is the number of vertices. Thus this algorithm requires O (k(m+n)) cost of time. But in that step the given vertex acts as a root and all other vertices are approached through a spanning tree. Therefore there are n + (n-1) verifications needed, since m = n-1 for a tree. Total cost of time is O (k(n+(n-1)), that is O (n (2n-1)), that is O (n2 ). Thus this algorithm requires O (n2 ) cost of time. Algorithm 3.2 The minimum x-geodominating set algorithm: Input: A graph G = (V, E) with V (G) = {v1, v2, . . . , vk} of vertices and x  V Output: Sj’s with 𝑔 𝑥 (G) vertices. Step 1: Take k ← 1 Step 2: Take all the subsets Sj 1 ≤ 𝑗 ≤ 𝑛 𝑘 of V with k vertices. Step 3: Check whether any Sj is an x-geodominating set or not using algorithm 3.1. Step 4: If any such Sj is an x-geodominating set then find all the x-geodominating sets with k vertices using step 3 for all Sj. 4.1: Conclude that the above x-geodominating sets Sj’s are minimum. Stop. Otherwise continue. Step 5: Take k = k + 1 and return to step 2. In this algorithm, we will work all subsets of V and hence it is a NP-complete problem. Next we develop an algorithm to check whether a given vertex is a geo-vertex or not. Algorithm 3.3 The geo-vertex confirmation algorithm: Input: A graph G = (V, E) with a vertex vi Output: Whether given vertex vi is geo-vertex or not. Procedure geo-vertex [vi]; Step 1: Take k ← 1 Step 2: Take all the subsets Sj 1 ≤ 𝑗 ≤ 𝑛 𝑘 of V with k vertices..
  • 3. Dr. A. Anto Kinsley Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 6, Issue 2, (Part - 1) February 2016, pp.82-84 www.ijera.com 84|P a g e Step 3: Check whether any Sj is a vi-geodominating set or not using algorithm 3.1. Step 4: If any such Sj is a vi-geodominating set then find all the vi-geodominating sets with k vertices using step 3 for all Sj. 4.1: Check any Sj {vi} obtained from step 4 is a 𝑔- set or not using 𝑔eodetic [Sj]. Step 5: If yes, then vi is a geo-vertex. Stop. Otherwise continue. Step 6: Take k = k + 1 and return to step 2. In this algorithm, we will work all subsets of V and hence it is a NP-complete problem. Finally we give an algorithm to find the geo-set and geo-number of a graph. Algorithm 3.4 Algorithm to find a geo-number of a graph: Input: A graph G = (V, E) with its vertex set V (G) = {v1, v2, . . . , vn}. Output: A geo-number 𝑔𝑛(𝐺) of a graph. Procedure geo-number [𝑔𝑛] Let S =  and count = 0 for i = 1 to n Geo-vertex [vi] if yes then S = S  {vi} and count = count +1 The set S is the geo-set and count gives the geo-number of a graph. In this algorithm, we will work all subsets of V and hence it is a NP-complete problem. IV. CONCLUSION In this paper we have studied the minimum x-geodominating set and geo-set of a finite, undirected, connected graph without loops or multiple edges, whose distance matrix is known. We have investigated link vectors and the binary operation ⋁.Some results play an important role in the algorithm development are given. We have initially presented two algorithms (i) to check whether a given set of vertices is an x-geodominating set and (ii) to find the minimum x-geodominating set of a graph. Finally we presented two algorithms to check whether a given vertex is geo-vertex or not and another algorithm to find geo-number of a graph. REFERENCES [1] F. Harary, Graph Theory, (Addison- Wesley, New York, 1972). [2] F. Buckley, F. Harary, Distance in Graphs, (Addison- Wesley, Redwood City, CA (1990)). [3] G.Chartrand, F. Harary, P. Zang, On the geodetic number of a graph, Networks, 39 (2002), 1-6. [4] G.Chartrand, F. Harary, H. Swart, and P. Zang, Geodomination in graphs, Bull. Inst. Appl. Volume 31 (2001), pp. 51 – 59. [5] A. P. Santhaumaran, P. Titus, Vertex geodomination in graphs, Bulletin of Kerala Mathematics Association, 2(2) (2005), 45- 57. [6] A. P. Santhaumaran, P. Titus, On the vertex geodomination number of a graph, Ars Combinatoria 101(2011), pp. 137-151. [7] A. P. Santhaumaran, P. Titus, The geo- number of a graph, Ars Combinatoria 106(2012), pp. 65-78. [8] A. Anto Kinsley, S. Somasundaram, C. Xavier, An algorithm to find the strong domination number of a graph, 34th Annual Convention of the Computer Society of India, Tata McGraw-Hill Publishing Company limited, New Delhi, (2000), 255- 262. [9] Dr. A. Anto Kinsley, K. Karthika, An algorithm to find geodetic sets of a graph (communicated).