Skip to main content

Showing 1–32 of 32 results for author: Narayanaswamy, N S

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

    cs.DS

    Succinct Data Structure for Chordal Graphs with Bounded Vertex Leafage

    Authors: Girish Balakrishnan, Sankardeep Chakraborty, N S Narayanaswamy, Kunihiko Sadakane

    Abstract: We improve the worst-case information theoretic lower bound of Munro and Wu (ISAAC 2018) for $n-$vertex unlabeled chordal graphs when vertex leafage is bounded and leafage is unbounded. The class of unlabeled $k-$vertex leafage chordal graphs that consists of all chordal graphs with vertex leafage at most $k$ and unbounded leafage, denoted $\mathcal{G}_k$, is introduced for the first time. For… ▽ More

    Submitted 11 April, 2024; v1 submitted 6 February, 2024; originally announced February 2024.

    Comments: 19 pages, 2 figure

  2. arXiv:2311.02427  [pdf, other

    cs.DS

    Succinct Data Structure for Graphs with $d$-Dimensional $t$-Representation

    Authors: Girish Balakrishnan, Sankardeep Chakraborty, Seungbum Jo, N S Narayanaswamy, Kunihiko Sadakane

    Abstract: Erdős and West (Discrete Mathematics'85) considered the class of $n$ vertex intersection graphs which have a {\em $d$-dimensional} {\em $t$-representation}, that is, each vertex of a graph in the class has an associated set consisting of at most $t$ $d$-dimensional axis-parallel boxes. In particular, for a graph $G$ and for each $d \geq 1$, they consider $i_d(G)$ to be the minimum $t$ for which… ▽ More

    Submitted 6 February, 2024; v1 submitted 4 November, 2023; originally announced November 2023.

    Comments: 21 pages, 5 figures

  3. Exactly Hittable Interval Graphs

    Authors: S. M. Dhannya, N. S. Narayanaswamy, K. K. Nisha

    Abstract: Given a set system $\mathcal{X} = \{\mathcal{U},\mathcal{S}\}$, where $\mathcal{U}$ is a set of elements and $\mathcal{S}$ is a set of subsets of $\mathcal{U}$, an exact hitting set $\mathcal{U}'$ is a subset of $\mathcal{U}$ such that each subset in $\mathcal{S}$ contains exactly one element in $\mathcal{U}'$. We refer to a set system as exactly hittable if it has an exact hitting set. In this pa… ▽ More

    Submitted 26 November, 2023; v1 submitted 1 January, 2023; originally announced January 2023.

    Comments: 22 pages. arXiv admin note: text overlap with arXiv:1707.05071

    Journal ref: Discrete Mathematics & Theoretical Computer Science, vol. 25:3 special issue ICGT'22, Special issues (November 30, 2023) dmtcs:10762

  4. arXiv:2205.08022  [pdf, other

    cs.DS math.CO

    A faster algorithm for Vertex Cover parameterized by solution size

    Authors: David G. Harris, N. S. Narayanaswamy

    Abstract: We describe a new algorithm for vertex cover with runtime $O^*(1.25284^k)$, where $k$ is the size of the desired solution and $O^*$ hides polynomial factors in the input size. This improves over previous runtime of $O^*(1.2738^k)$ due to Chen, Kanj, & Xia (2010) standing for more than a decade. The key to our algorithm is to use a potential function which simultaneously tracks $k$ as well as the o… ▽ More

    Submitted 5 January, 2024; v1 submitted 16 May, 2022; originally announced May 2022.

    Journal ref: STACS 2024

  5. arXiv:2111.04332  [pdf, other

    cs.DS

    Succinct Data Structure for Path Graphs

    Authors: Girish Balakrishnan, Sankardeep Chakraborty, N S Narayanaswamy, Kunihiko Sadakane

    Abstract: We consider the problem of designing a succinct data structure for {\it path graphs} (which are a proper subclass of chordal graphs and a proper superclass of interval graphs) on $n$ vertices while supporting degree, adjacency, and neighborhood queries efficiently. We provide the following two solutions for this problem: - an $n \log n+o(n \log n)$-bit succinct data structure that supports adjac… ▽ More

    Submitted 2 March, 2023; v1 submitted 8 November, 2021; originally announced November 2021.

    Comments: 39 pages, 5 figure, 6 sections, 2 tables

  6. arXiv:2110.06656  [pdf, other

    cs.DS

    Parameterized Complexity of Minimum Membership Dominating Set

    Authors: Akanksha Agrawal, Pratibha Choudhary, N. S. Narayanaswamy, K. K. Nisha, Vijayaragunathan Ramamoorthi

    Abstract: Given a graph $G=(V,E)$ and an integer $k$, the Minimum Membership Dominating Set (MMDS) problem seeks to find a dominating set $S \subseteq V$ of $G$ such that for each $v \in V$, $|N[v] \cap S|$ is at most $k$. We investigate the parameterized complexity of the problem and obtain the following results about MMDS: W[1]-hardness of the problem parameterized by the pathwidth (and thus, treewidth… ▽ More

    Submitted 13 October, 2021; originally announced October 2021.

  7. arXiv:2110.02830  [pdf, other

    cs.DS

    Parameterized Algorithms for the Steiner Arborescence Problem on a Hypercube

    Authors: Sugyani Mahapatra, Manikandan Narayanan, N S Narayanaswamy

    Abstract: Motivated by a phylogeny reconstruction problem in evolutionary biology, we study the minimum Steiner arborescence problem on directed hypercubes (MSA-DH). Given $m$, representing the directed hypercube $\vec{Q}_m$, and a set of terminals $R$, the problem asks to find a Steiner arborescence that spans $R$ with minimum cost. As $m$ implicitly represents $\vec{Q}_m$ comprising $2^{m}$ vertices, the… ▽ More

    Submitted 14 May, 2024; v1 submitted 6 October, 2021; originally announced October 2021.

  8. arXiv:2107.03020  [pdf, ps, other

    cs.DS

    Budgeted Dominating Sets in Uncertain Graphs

    Authors: Keerti Choudhary, Avi Cohen, N. S. Narayanaswamy, David Peleg, R. Vijayaragunathan

    Abstract: We study the {\em Budgeted Dominating Set} (BDS) problem on uncertain graphs, namely, graphs with a probability distribution $p$ associated with the edges, such that an edge $e$ exists in the graph with probability $p(e)$. The input to the problem consists of a vertex-weighted uncertain graph $\G=(V, E, p, ω)$ and an integer {\em budget} (or {\em solution size}) $k$, and the objective is to comput… ▽ More

    Submitted 7 July, 2021; originally announced July 2021.

  9. arXiv:2011.11328  [pdf, ps, other

    cs.DM math.CO

    The Connected Domination Number of Grids

    Authors: Adarsh Srinivasan, N S Narayanaswamy

    Abstract: Closed form expressions for the domination number of an $n \times m$ grid have attracted significant attention, and an exact expression has been obtained in 2011 by Gonçalves et al. In this paper, we present our results on obtaining new lower bounds on the connected domination number of an $n \times m$ grid. The problem has been solved for grids with up to $4$ rows and with $6$ rows by Tolouse et… ▽ More

    Submitted 23 November, 2020; originally announced November 2020.

    ACM Class: G.2.2

  10. arXiv:2007.09849  [pdf, ps, other

    cs.DS

    A polynomial time 12-approximation algorithm for restricted Santa Claus problem

    Authors: S Anil Kumar, N S Narayanaswamy

    Abstract: In this paper, we consider the restricted case of the problem and improve the current best approximation ratio by presenting a polynomial time 12-approximation algorithm using linear programming and semi-definite programming. Our algorithm starts by solving the configuration LP and uses the optimum value to get a 12-gap instance. This is then followed by the well-known clustering technique of Bans… ▽ More

    Submitted 7 August, 2020; v1 submitted 19 July, 2020; originally announced July 2020.

    Comments: This paper first obtained the 12-approximation algorithm and the work is under review. Subsequently, we thought we had our technique to obtain a stronger result. A reader pointed out a bug in the whole technique. The bug is now fixed and the original result is submitted to arxiv

  11. arXiv:1909.07854  [pdf, other

    cs.DS

    Trade-offs in dynamic coloring for bipartite and general graphs

    Authors: Manas Jyoti Kashyop, N. S. Narayanaswamy, Meghana Nasre, Sai Mohith Potluri

    Abstract: We present trade-offs in the incremental and fully dynamic settings to maintian a proper coloring. For any fully dynamic $2$-coloring algorithm, the maximum of the update time, number of recolorings, and query time is $Ω(\log n)$. We present a deterministic fully dynamic $2$-coloring algorithm with $O(\log^2 n)$ amortized update time, $O(\log n)$ amortized query time, and one recoloring in the wor… ▽ More

    Submitted 27 February, 2020; v1 submitted 17 September, 2019; originally announced September 2019.

  12. arXiv:1904.00692  [pdf, other

    cs.DS

    Dynamic Data Structures for Interval Coloring

    Authors: Girish Raguvir J, Manas Jyoti Kashyop, N. S. Narayanaswamy

    Abstract: We consider the dynamic graph coloring problem restricted to the class of interval graphs. At each update step the algorithm is presented with an interval to be colored, or a previously colored interval to delete. The goal of the algorithm is to efficiently maintain a proper coloring of the intervals with as few colors as possible by an online algorithm. In the incremental model, each update step… ▽ More

    Submitted 25 January, 2020; v1 submitted 1 April, 2019; originally announced April 2019.

  13. arXiv:1812.02037  [pdf, other

    cs.CC

    On the Complexity Landscape of Connected f -Factor Problems

    Authors: R. Ganian, N. S. Narayanaswamy, S. Ordyniak, C. S. Rahul, M. S. Ramanujan

    Abstract: Let G be an undirected simple graph having n vertices and let f be a function defined to be f:V(G) -> {0,..., n-1}. An f-factor of G is a spanning subgraph H such that degree of a vertex v in H is f(v) for every vertex v in V(G). The subgraph H is called a connected f-factor if, in addition, H is connected. A classical result of Tutte(1954) is the polynomial time algorithm to check whether a given… ▽ More

    Submitted 5 December, 2018; originally announced December 2018.

    Comments: Under review in Algorithmica

  14. arXiv:1812.01459  [pdf, ps, other

    cs.DS

    Conflict-Free Colouring using Maximum Independent Set and Minimum Colouring

    Authors: S. M. Dhannya, N. S. Narayanaswamy

    Abstract: Given a hypergraph $H$, the conflict-free colouring problem is to colour vertices of $H$ using minimum colours so that each hyperedge in $H$ sees a unique colour. We present a polynomial time reduction from the conflict-free colouring problem in hypergraphs to the maximum independent set problem in a class of simple graphs, which we refer to as \textit{conflict graphs}. We also present another cha… ▽ More

    Submitted 4 May, 2019; v1 submitted 4 December, 2018; originally announced December 2018.

    Comments: arXiv admin note: text overlap with arXiv:1707.05071

  15. arXiv:1810.01073  [pdf, other

    cs.DS

    Fully dynamic $3/2$ approximate maximum cardinality matching in $O(\sqrt{n})$ update time

    Authors: Manas Jyoti Kashyop, N. S. Narayanaswamy

    Abstract: We present a randomized algorithm to maintain a maximal matching without 3 length augmenting paths in the fully dynamic setting. Consequently, we maintain a $3/2$ approximate maximum cardinality matching. Our algorithm takes expected amortized $O(\sqrt{n})$ time where $n$ is the number of vertices in the graph when the update sequence is generated by an oblivious adversary. Over any sequence of… ▽ More

    Submitted 3 November, 2018; v1 submitted 2 October, 2018; originally announced October 2018.

  16. arXiv:1601.06291  [pdf, ps, other

    cs.DS cs.CC cs.DM

    A Characterization for the Existence of Connected $f$-Factors of $\textit{ Large}$ Minimum Degree

    Authors: N S Narayanaswamy, C S Rahul

    Abstract: It is well known that when $f(v)$ is a constant for each vertex $v$, the connected $f$-factor problem is NP-Complete. In this note we consider the case when $f(v) \geq \lceil \frac{n}{2.5}\rceil$ for each vertex $v$, where $n$ is the number of vertices. We present a diameter based characterization of graphs having a connected $f$-factor (for such $f$). We show that if a graph $G$ has a connected… ▽ More

    Submitted 23 January, 2016; originally announced January 2016.

    Comments: 10 pages, Presented in 9th International colloquium on graph theory and combinatorics, 2014

  17. arXiv:1512.00481  [pdf, other

    cs.DS math.CO

    Hitting Set for hypergraphs of low VC-dimension

    Authors: Karl Bringmann, László Kozma, Shay Moran, N. S. Narayanaswamy

    Abstract: We study the complexity of the Hitting Set problem in set systems (hypergraphs) that avoid certain sub-structures. In particular, we characterize the classical and parameterized complexity of the problem when the Vapnik-Chervonenkis dimension (VC-dimension) of the input is small. VC-dimension is a natural measure of complexity of set systems. Several tractable instances of Hitting Set with a geome… ▽ More

    Submitted 21 June, 2016; v1 submitted 1 December, 2015; originally announced December 2015.

    Comments: to be presented at ESA 2016

  18. arXiv:1511.02591   

    cs.DS

    Faster Randomized Branching Algorithms for $r$-SAT

    Authors: R. Krithika, N. S. Narayanaswamy

    Abstract: The problem of determining if an $r$-CNF boolean formula $F$ over $n$ variables is satisifiable reduces to the problem of determining if $F$ has a satisfying assignment with a Hamming distance of at most $d$ from a fixed assignment $α$. This problem is also a very important subproblem in Schoning's local search algorithm for $r$-SAT. While Schoning described a randomized algorithm solves this subp… ▽ More

    Submitted 6 March, 2016; v1 submitted 9 November, 2015; originally announced November 2015.

    Comments: This paper has been withdrawn due to a gap in the algorithm analysis

  19. arXiv:1507.07856  [pdf, other

    cs.CC

    A Classification of Connected f -factor Problems inside NP

    Authors: N. S. Narayanaswamy, C. S. Rahul

    Abstract: Given an undirected graph G = (V, E) with n vertices, and a function f : V -> N, we consider the problem of finding a connected f -factor in G. In this work we design an algorithm to check for the existence of a connected f -factor, for the case where f (v) >= n/g(n), for all v in V and g(n) is polylogarithmic in n. The running time of our algorithm is O(n^{2g(n)}. As a consequence of this algorit… ▽ More

    Submitted 28 July, 2015; originally announced July 2015.

    Comments: 15 pages, submitted to FSTTCS 2015

  20. arXiv:1411.0813  [pdf, ps, other

    cs.FL

    An Intuitive Procedure for Converting PDA to CFG, by Construction of Single State PDA

    Authors: Arjun Bhardwaj, N. S. Narayanaswamy

    Abstract: We present here the proof for an alternative procedure to convert a Push Down Automata (PDA) into a Context Free Grammar (CFG). The procedure involves intermediate conversion to a single state PDA. In view of the authors, this conversion is conceptually intuitive and can serve as a teaching aid for the relevant topics.

    Submitted 4 November, 2014; originally announced November 2014.

  21. arXiv:1401.0432  [pdf, other

    cs.DS

    On Minimum Average Stretch Spanning Trees in Polygonal 2-trees

    Authors: N. S. Narayanaswamy, G. Ramakrishna

    Abstract: A spanning tree of an unweighted graph is a minimum average stretch spanning tree if it minimizes the ratio of sum of the distances in the tree between the end vertices of the graph edges and the number of graph edges. We consider the problem of computing a minimum average stretch spanning tree in polygonal 2-trees, a super class of 2-connected outerplanar graphs. For a polygonal 2-tree on $n$ ver… ▽ More

    Submitted 14 April, 2014; v1 submitted 2 January, 2014; originally announced January 2014.

    Comments: 17 pages, 12 figures

  22. arXiv:1310.2387  [pdf, ps, other

    cs.DS

    Approximability of Connected Factors

    Authors: Kamiel Cornelissen, Ruben Hoeksma, Bodo Manthey, N. S. Narayanaswamy, C. S. Rahul

    Abstract: Finding a d-regular spanning subgraph (or d-factor) of a graph is easy by Tutte's reduction to the matching problem. By the same reduction, it is easy to find a minimal or maximal d-factor of a graph. However, if we require that the d-factor is connected, these problems become NP-hard - finding a minimal connected 2-factor is just the traveling salesman problem (TSP). Given a complete graph with… ▽ More

    Submitted 9 October, 2013; originally announced October 2013.

    Comments: To appear in the proceedings of WAOA 2013

  23. arXiv:1303.1671  [pdf, ps, other

    cs.DS

    Another Disjoint Compression Algorithm for OCT

    Authors: R. Krithika, N. S. Narayanaswamy

    Abstract: We describe an elegant O*(2^k) algorithm for the disjoint compression problem for Odd Cycle Transversal based on a reduction to Above Guarantee Vertex Cover. We believe that this algorithm refines the understanding of the Odd Cycle Transversal algorithm by Reed, Smith and Vetta.

    Submitted 7 March, 2013; originally announced March 2013.

  24. arXiv:1303.1643  [pdf, other

    cs.DS

    $d$-COS-R is FPT via Interval Deletion

    Authors: N. S. Narayanaswamy, R. Subashini

    Abstract: A binary matrix $M$ has the Consecutive Ones Property (COP) if there exists a permutation of columns that arranges the ones consecutively in all the rows. Given a matrix, the $d$-COS-R problem is to determine if there exists a set of at most $d$ rows whose deletion results in a matrix with COP. We consider the parameterized complexity of this problem with respect to the number $d$ of rows to be de… ▽ More

    Submitted 7 March, 2013; originally announced March 2013.

    Comments: 8 pages

  25. arXiv:1302.5889  [pdf, other

    cs.DM math.CO

    Characterization of Minimum Cycle Basis in Weighted Partial 2-trees

    Authors: N. S. Narayanaswamy, G. Ramakrishna

    Abstract: For a weighted outerplanar graph, the set of lex short cycles is known to be a minimum cycle basis [Inf. Process. Lett. 110 (2010) 970-974 ]. In this work, we show that the set of lex short cycles is a minimum cycle basis in weighted partial 2-trees (graphs of treewidth two) which is a superclass of outerplanar graphs.

    Submitted 24 February, 2013; originally announced February 2013.

    Comments: 6 pages, 5 figures

  26. arXiv:1210.7919  [pdf, other

    cs.DS cs.DM

    Tree t-spanners in Outerplanar Graphs via Supply Demand Partition

    Authors: N. S. Narayanaswamy, G. Ramakrishna

    Abstract: A tree t-spanner of an unweighted graph G is a spanning tree T such that for every two vertices their distance in T is at most t times their distance in G. Given an unweighted graph G and a positive integer t as input, the tree t-spanner problem is to compute a tree t-spanner of G if one exists. This decision problem is known to be NP-complete even in the restricted class of unweighted planar grap… ▽ More

    Submitted 16 October, 2013; v1 submitted 30 October, 2012; originally announced October 2012.

  27. arXiv:1206.5397  [pdf, ps, other

    math.CO cs.DM

    A Dirac-type Characterization of k-chordal Graphs

    Authors: R. Krithika, Rogers Mathew, N. S. Narayanaswamy, N. Sadagopan

    Abstract: Characterization of k-chordal graphs based on the existence of a "simplicial path" was shown in [Chv{á}tal et al. Note: Dirac-type characterizations of graphs without long chordless cycles. Discrete Mathematics, 256, 445-448, 2002]. We give a characterization of k-chordal graphs which is a generalization of the known characterization of chordal graphs due to [G. A. Dirac. On rigid circuit graphs.… ▽ More

    Submitted 31 December, 2012; v1 submitted 23 June, 2012; originally announced June 2012.

    Comments: 3 pages

    MSC Class: 05C75

  28. arXiv:1203.0833  [pdf, other

    cs.DS cs.CC cs.DM

    Faster Parameterized Algorithms using Linear Programming

    Authors: Daniel Lokshtanov, N. S. Narayanaswamy, Venkatesh Raman, M. S. Ramanujan, Saket Saurabh

    Abstract: We investigate the parameterized complexity of Vertex Cover parameterized by the difference between the size of the optimal solution and the value of the linear programming (LP) relaxation of the problem. By carefully analyzing the change in the LP value in the branching steps, we argue that combining previously known preprocessing rules with the most straightforward branching algorithm yields an… ▽ More

    Submitted 12 March, 2012; v1 submitted 5 March, 2012; originally announced March 2012.

    Comments: A preliminary version of this paper appears in the proceedings of STACS 2012

  29. arXiv:1111.1814  [pdf, other

    cs.DM

    On the Complexity of Connected $(s,t)$-Vertex Separator

    Authors: N. S. Narayanaswamy, N. Sadagopan

    Abstract: We show that minimum connected $(s,t)$-vertex separator ($(s,t)$-CVS) is $Ω(log^{2-ε}n)$-hard for any $ε>0$ unless NP has quasi-polynomial Las-Vegas algorithms. i.e., for any $ε>0$ and for some $δ>0$, $(s,t)$-CVS is unlikely to have $δ.log^{2-ε}n$-approximation algorithm. We show that $(s,t)$-CVS is NP-complete on graphs with chordality at least 5 and present a polynomial-time algorithm for… ▽ More

    Submitted 2 March, 2022; v1 submitted 8 November, 2011; originally announced November 2011.

  30. arXiv:1110.0892  [pdf, other

    cs.CC cs.DS

    On Approximability of Block Sorting

    Authors: N. S. Narayanaswamy, Swapnoneel Roy

    Abstract: Block Sorting is a well studied problem, motivated by its applications in Optical Character Recognition (OCR), and Computational Biology. Block Sorting has been shown to be NP-Hard, and two separate polynomial time 2-approximation algorithms have been designed for the problem. But questions like whether a better approximation algorithm can be designed, and whether the problem is APX-Hard have been… ▽ More

    Submitted 5 October, 2011; originally announced October 2011.

  31. arXiv:0909.0095  [pdf, ps, other

    cs.DS

    Online Algorithms for Self-Organizing Sequential Search - A Survey

    Authors: Rakesh Mohanty, N. S. Narayanaswamy

    Abstract: The main objective of this survey is to present the important theoretical and experimental results contributed till date in the area of online algorithms for the self organizing sequential search problem, also popularly known as the List Update Problem(LUP) in a chronological way. The survey includes competitiveness results of deterministic and randomized online algorithms and complexity results… ▽ More

    Submitted 1 September, 2009; v1 submitted 1 September, 2009; originally announced September 2009.

  32. arXiv:0902.1364  [pdf, ps, other

    cs.DM

    A Note on Contractible Edges in Chordal Graphs

    Authors: N. S. Narayanaswamy, N. Sadagopan, Apoorve Dubey

    Abstract: Contraction of an edge merges its end points into a new vertex which is adjacent to each neighbor of the end points of the edge. An edge in a $k$-connected graph is {\em contractible} if its contraction does not result in a graph of lower connectivity. We characterize contractible edges in chordal graphs using properties of tree decompositions with respect to minimal vertex separators.

    Submitted 9 February, 2009; originally announced February 2009.