SlideShare a Scribd company logo
1 of 3
Download to read offline
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

Paper id 71201961
Paper id 71201961Paper id 71201961
Paper id 71201961IJRAT
 
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
 
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 GraphsWaqas Tariq
 
A new generalized lindley distribution
A new generalized lindley distributionA new generalized lindley distribution
A new generalized lindley distributionAlexander 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
 
An application of gd
An application of gdAn application of gd
An application of gdgraphhoc
 
Ce31342345
Ce31342345Ce31342345
Ce31342345IJMER
 
Iterative Compression
Iterative CompressionIterative Compression
Iterative CompressionASPAK2014
 
A lattice-based consensus clustering
A lattice-based consensus clusteringA lattice-based consensus clustering
A lattice-based consensus clusteringDmitrii Ignatov
 
RachelKnakResearchPoster
RachelKnakResearchPosterRachelKnakResearchPoster
RachelKnakResearchPosterRachel 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 Dominationijdmtaiir
 
Paths and Polynomials
Paths and PolynomialsPaths and Polynomials
Paths and PolynomialsASPAK2014
 
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 GraphsIJERA 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
 
Paths and Polynomials
Paths and PolynomialsPaths and Polynomials
Paths and Polynomials
 
Kruskal's algorithm
Kruskal's algorithmKruskal's algorithm
Kruskal's algorithm
 
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

Distributed Shared Memory – A Survey and Implementation Using Openshmem
Distributed Shared Memory – A Survey and Implementation Using OpenshmemDistributed Shared Memory – A Survey and Implementation Using Openshmem
Distributed Shared Memory – A Survey and Implementation Using OpenshmemIJERA Editor
 
Isolation of self Printing paste from Plant Seeds and Its Application in Simu...
Isolation of self Printing paste from Plant Seeds and Its Application in Simu...Isolation of self Printing paste from Plant Seeds and Its Application in Simu...
Isolation of self Printing paste from Plant Seeds and Its Application in Simu...IJERA Editor
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...IJERD Editor
 
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeSecure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeIJERD Editor
 
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral ImagesBand Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral ImagesIDES Editor
 
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...IDES Editor
 
Rotman Lens Performance Analysis
Rotman Lens Performance AnalysisRotman Lens Performance Analysis
Rotman Lens Performance AnalysisIDES Editor
 
Mental Stress Evaluation using an Adaptive Model
Mental Stress Evaluation using an Adaptive ModelMental Stress Evaluation using an Adaptive Model
Mental Stress Evaluation using an Adaptive ModelIDES Editor
 
Genetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP BotnetGenetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP BotnetIDES Editor
 
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...IDES Editor
 
A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksIJERD Editor
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRIJERD Editor
 
Enhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through SteganographyEnhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through SteganographyIDES Editor
 
Cloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability FrameworkCloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability FrameworkIDES Editor
 
Importance of Modeling of Masonry Infill and Effect of Soft Storey on Seismic...
Importance of Modeling of Masonry Infill and Effect of Soft Storey on Seismic...Importance of Modeling of Masonry Infill and Effect of Soft Storey on Seismic...
Importance of Modeling of Masonry Infill and Effect of Soft Storey on Seismic...ijsrd.com
 
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...IDES Editor
 
Low Energy Routing for WSN’s
Low Energy Routing for WSN’sLow Energy Routing for WSN’s
Low Energy Routing for WSN’sIDES Editor
 
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...IDES Editor
 
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...IDES Editor
 

Viewers also liked (20)

Distributed Shared Memory – A Survey and Implementation Using Openshmem
Distributed Shared Memory – A Survey and Implementation Using OpenshmemDistributed Shared Memory – A Survey and Implementation Using Openshmem
Distributed Shared Memory – A Survey and Implementation Using Openshmem
 
Isolation of self Printing paste from Plant Seeds and Its Application in Simu...
Isolation of self Printing paste from Plant Seeds and Its Application in Simu...Isolation of self Printing paste from Plant Seeds and Its Application in Simu...
Isolation of self Printing paste from Plant Seeds and Its Application in Simu...
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
 
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeSecure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
 
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral ImagesBand Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
 
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
 
Rotman Lens Performance Analysis
Rotman Lens Performance AnalysisRotman Lens Performance Analysis
Rotman Lens Performance Analysis
 
Mental Stress Evaluation using an Adaptive Model
Mental Stress Evaluation using an Adaptive ModelMental Stress Evaluation using an Adaptive Model
Mental Stress Evaluation using an Adaptive Model
 
Genetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP BotnetGenetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP Botnet
 
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
 
A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
 
Enhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through SteganographyEnhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through Steganography
 
Cloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability FrameworkCloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability Framework
 
Importance of Modeling of Masonry Infill and Effect of Soft Storey on Seismic...
Importance of Modeling of Masonry Infill and Effect of Soft Storey on Seismic...Importance of Modeling of Masonry Infill and Effect of Soft Storey on Seismic...
Importance of Modeling of Masonry Infill and Effect of Soft Storey on Seismic...
 
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
 
Low Energy Routing for WSN’s
Low Energy Routing for WSN’sLow Energy Routing for WSN’s
Low Energy Routing for WSN’s
 
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
 
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
 

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 GRAPHSFransiskeran
 
Odd Harmonious Labelings of Cyclic Snakes
Odd Harmonious Labelings of Cyclic SnakesOdd Harmonious Labelings of Cyclic Snakes
Odd Harmonious Labelings of Cyclic SnakesGiselleginaGloria
 
FURTHER RESULTS ON ODD HARMONIOUS GRAPHS
FURTHER RESULTS ON ODD HARMONIOUS GRAPHSFURTHER RESULTS ON ODD HARMONIOUS GRAPHS
FURTHER RESULTS ON ODD HARMONIOUS GRAPHSFransiskeran
 
78201917
7820191778201917
78201917IJRAT
 
78201917
7820191778201917
78201917IJRAT
 
One modulo n gracefulness of
One modulo n gracefulness ofOne modulo n gracefulness of
One modulo n gracefulness ofgraphhoc
 
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 GRAPHSgraphhoc
 
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 spacessAlexander 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 GRACEFULFransiskeran
 
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 codegokulprasath06
 
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 EdgesGiselleginaGloria
 
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-AalGiselleginaGloria
 
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 mappingsAlexander 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 spaceAlexander Decker
 
Generarlized operations on fuzzy graphs
Generarlized operations on fuzzy graphsGenerarlized operations on fuzzy graphs
Generarlized operations on fuzzy graphsAlexander Decker
 
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 21201486IJRAT
 
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 SYMMETRYFransiskeran
 

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

The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 

Recently uploaded (20)

The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 

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).