Skip to main content

Showing 1–12 of 12 results for author: Reddy, I V

Searching in archive cs. Search in all archives.
.
  1. arXiv:2305.17956  [pdf, other

    math.CO cs.DM

    On Color Critical Graphs of Star Coloring

    Authors: Harshit Kumar Choudhary, I. Vinod Reddy

    Abstract: A \emph{star coloring} of a graph $G$ is a proper vertex-coloring such that no path on four vertices is $2$-colored. The minimum number of colors required to obtain a star coloring of a graph $G$ is called star chromatic number and it is denoted by $χ_s(G)$. A graph $G$ is called $k$-critical if $χ_s(G)=k$ and $χ_s(G -e) < χ_s(G)$ for every edge $e \in E(G)$. In this paper, we give a characterizat… ▽ More

    Submitted 29 May, 2023; originally announced May 2023.

  2. arXiv:2305.17536  [pdf, other

    math.CO cs.DM

    On Locally Identifying Coloring of Cartesian Product and Tensor Product of Graphs

    Authors: Sriram Bhyravarapu, Swati Kumari, I. Vinod Reddy

    Abstract: For a positive integer $k$, a proper $k$-coloring of a graph $G$ is a map** $f: V(G) \rightarrow \{1,2, \ldots, k\}$ such that $f(u) \neq f(v)$ for each edge $uv$ of $G$. The smallest integer $k$ for which there is a proper $k$-coloring of $G$ is called the chromatic number of $G$, denoted by $χ(G)$. A locally identifying coloring (for short, lid-coloring) of a graph $G$ is a proper $k$-colorin… ▽ More

    Submitted 12 October, 2023; v1 submitted 27 May, 2023; originally announced May 2023.

  3. arXiv:2211.12226  [pdf, other

    cs.DS

    On Structural Parameterizations of Star Coloring

    Authors: Sriram Bhyravarapu, I. Vinod Reddy

    Abstract: A Star Coloring of a graph G is a proper vertex coloring such that every path on four vertices uses at least three distinct colors. The minimum number of colors required for such a star coloring of G is called star chromatic number, denoted by χ_s(G). Given a graph G and a positive integer k, the STAR COLORING PROBLEM asks whether $G$ has a star coloring using at most k colors. This problem is NP-… ▽ More

    Submitted 22 November, 2022; originally announced November 2022.

  4. arXiv:2105.08693  [pdf, other

    cs.DM math.CO

    Conflict-Free Coloring: Graphs of Bounded Clique Width and Intersection Graphs

    Authors: Sriram Bhyravarapu, Tim A. Hartmann, Hung P. Hoang, Subrahmanyam Kalyanasundaram, I. Vinod Reddy

    Abstract: A conflict-free coloring of a graph $G$ is a (partial) coloring of its vertices such that every vertex $u$ has a neighbor whose assigned color is unique in the neighborhood of $u$. There are two variants of this coloring, one defined using the open neighborhood and one using the closed neighborhood. For both variants, we study the problem of deciding whether the conflict-free coloring of a given g… ▽ More

    Submitted 11 March, 2024; v1 submitted 18 May, 2021; originally announced May 2021.

    Comments: Accepted in Algorithmica

  5. arXiv:2010.05186  [pdf, ps, other

    cs.DS

    On Structural Parameterizations of Load Coloring

    Authors: I. Vinod Reddy

    Abstract: Given a graph $G$ and a positive integer $k$, the 2-Load coloring problem is to check whether there is a $2$-coloring $f:V(G) \rightarrow \{r,b\}$ of $G$ such that for every $i \in \{r,b\}$, there are at least $k$ edges with both end vertices colored $i$. It is known that the problem is NP-complete even on special classes of graphs like regular graphs. Gutin and Jones (Inf Process Lett 114:446-449… ▽ More

    Submitted 11 October, 2020; originally announced October 2020.

    Comments: 15 pages

  6. arXiv:1910.10364  [pdf, other

    cs.DS cs.DM

    Parameterized Coloring Problems on Threshold Graphs

    Authors: I. Vinod Reddy

    Abstract: In this paper, we study several coloring problems on graphs from the viewpoint of parameterized complexity. We show that Precoloring Extension is fixed-parameter tractable (FPT) parameterized by distance to clique and Equitable Coloring is FPT parameterized by the distance to threshold graphs. We also study the List k-Coloring and show that the problem is NP-complete on split graphs and it is FPT… ▽ More

    Submitted 28 May, 2020; v1 submitted 23 October, 2019; originally announced October 2019.

    Comments: 12pages, latest version

  7. arXiv:1711.10227  [pdf, other

    cs.DS

    On Structural Parameterizations of Firefighting

    Authors: Bireswar Das, Murali Krishna Enduri, Neeldhara Misra, I. Vinod Reddy

    Abstract: The Firefighting problem is defined as follows. At time $t=0$, a fire breaks out at a vertex of a graph. At each time step $t \geq 0$, a firefighter permanently defends (protects) an unburned vertex, and the fire then spread to all undefended neighbors from the vertices on fire. This process stops when the fire cannot spread anymore. The goal is to find a sequence of vertices for the firefighter t… ▽ More

    Submitted 28 November, 2017; originally announced November 2017.

    Comments: 19 pages, To be appeared in CALDAM 2018

  8. arXiv:1711.08885  [pdf, ps, other

    cs.CC cs.DS math.CO

    On the Parallel Parameterized Complexity of the Graph Isomorphism Problem

    Authors: Bireswar Das, Murali Krishna Enduri, I. Vinod Reddy

    Abstract: In this paper, we study the parallel and the space complexity of the graph isomorphism problem (\GI{}) for several parameterizations. Let $\mathcal{H}=\{H_1,H_2,\cdots,H_l\}$ be a finite set of graphs where $|V(H_i)|\leq d$ for all $i$ and for some constant $d$. Let $\mathcal{G}$ be an $\mathcal{H}$-free graph class i.e., none of the graphs $G\in \mathcal{G}$ contain any $H \in \mathcal{H}$ as an… ▽ More

    Submitted 1 December, 2017; v1 submitted 24 November, 2017; originally announced November 2017.

    MSC Class: 11Yxx; 68Qxx

  9. arXiv:1710.00223  [pdf, other

    cs.DS

    Parameterized Algorithms for Conflict-free Colorings of Graphs

    Authors: I. Vinod Reddy

    Abstract: In this paper, we study the conflict-free coloring of graphs induced by neighborhoods. A coloring of a graph is conflict-free if every vertex has a uniquely colored vertex in its neighborhood. The conflict-free coloring problem is to color the vertices of a graph using the minimum number of colors such that the coloring is conflict-free. We consider both closed neighborhoods, where the neighborhoo… ▽ More

    Submitted 30 September, 2017; originally announced October 2017.

    Comments: appears in SOFSEM Student Research Forum 2018

  10. arXiv:1708.03853  [pdf, ps, other

    cs.DS

    The Parameterized Complexity of Happy Colorings

    Authors: Neeldhara Misra, I. Vinod Reddy

    Abstract: Consider a graph $G = (V,E)$ and a coloring $c$ of vertices with colors from $[\ell]$. A vertex $v$ is said to be happy with respect to $c$ if $c(v) = c(u)$ for all neighbors $u$ of $v$. Further, an edge $(u,v)$ is happy if $c(u) = c(v)$. Given a partial coloring $c$ of $V$, the Maximum Happy Vertex (Edge) problem asks for a total coloring of $V$ extending $c$ to all vertices of $V$ that maximises… ▽ More

    Submitted 13 August, 2017; originally announced August 2017.

    Comments: 16 pages, appears in IWOCA 2017

  11. arXiv:1512.05057  [pdf, other

    cs.DL cs.SI physics.soc-ph

    Does diversity of papers affect their citations? Evidence from American Physical Society Journals

    Authors: Murali Krishna Enduri, I. Vinod Reddy, Shivakumar Jolad

    Abstract: In this work, we study the correlation between interdisciplinarity of papers within physical sciences and their citations by using meta data of articles published in American Physical Society's Physical Review journals between 1985 to 2012. We use the Weitzman diversity index to measure the diversity of papers and authors, exploiting the hierarchical structure of PACS (Physics and Astronomy Classi… ▽ More

    Submitted 16 December, 2015; originally announced December 2015.

  12. arXiv:1506.01695  [pdf, other

    cs.CC cs.DS

    Polynomial-time Algorithm for Isomorphism of Graphs with Clique-width at most Three

    Authors: Bireswar Das, Murali Krishna Enduri, I. Vinod Reddy

    Abstract: The clique-width is a measure of complexity of decomposing graphs into certain tree-like structures. The class of graphs with bounded clique-width contains bounded tree-width graphs. We give a polynomial time graph isomorphism algorithm for graphs with clique-width at most three. Our work is independent of the work by Grohe et al. \cite{grohe2015isomorphism} showing that the isomorphism problem fo… ▽ More

    Submitted 28 April, 2016; v1 submitted 4 June, 2015; originally announced June 2015.