Euler-Phi Label Using C Program
Keywords:
Euler Group, Euler-Phi Function, Sigma Function, Complete Bipartite Graph, C-Programming, Prime Labeling and Cycle Graph.Abstract
In this paper, We investigate Euler-Phi label for Complete Bipartite and Cycle Graphs by using Euler group and sigma
function through C Program. Here, we get the phi values by using gcd function and the set of inverse values from Euler
group by using modInverse function. The vertex set is labeled by Euler group and the edge set is labeled by sigma function.
The graph obtained by the above functions is called Euler-Phi labeled graph.