Skip to main content

Showing 1–5 of 5 results for author: Naidu, K K

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

    cs.DS cs.CC

    Settling the Pass Complexity of Approximate Matchings in Dynamic Graph Streams

    Authors: Sepehr Assadi, Soheil Behnezhad, Christian Konrad, Kheeran K. Naidu, Janani Sundaresan

    Abstract: A semi-streaming algorithm in dynamic graph streams processes any $n$-vertex graph by making one or multiple passes over a stream of insertions and deletions to edges of the graph and using $O(n \cdot \mbox{polylog}(n))$ space. Semi-streaming algorithms for dynamic streams were first obtained in the seminal work of Ahn, Guha, and McGregor in 2012, alongside the introduction of the graph sketching… ▽ More

    Submitted 30 July, 2024; originally announced July 2024.

    Comments: 87 pages, 13 figures

  2. arXiv:2312.13178  [pdf, other

    cs.DS cs.CC cs.DC

    $\mathcal{O}(\log\log{n})$ Passes is Optimal for Semi-Streaming Maximal Independent Set

    Authors: Sepehr Assadi, Christian Konrad, Kheeran K. Naidu, Janani Sundaresan

    Abstract: In the semi-streaming model for processing massive graphs, an algorithm makes multiple passes over the edges of a given $n$-vertex graph and is tasked with computing the solution to a problem using $O(n \cdot \text{polylog}(n))$ space. Semi-streaming algorithms for Maximal Independent Set (MIS) that run in $O(\log\log{n})$ passes have been known for almost a decade, however, the best lower bounds… ▽ More

    Submitted 20 December, 2023; originally announced December 2023.

    Comments: 60 pages, 14 figures

  3. arXiv:2209.05623  [pdf, ps, other

    cs.DS

    Space Optimal Vertex Cover in Dynamic Streams

    Authors: Kheeran K. Naidu, Vihan Shah

    Abstract: We optimally resolve the space complexity for the problem of finding an $α$-approximate minimum vertex cover ($α$MVC) in dynamic graph streams. We give a randomised algorithm for $α$MVC which uses $O(n^2/α^2)$ bits of space matching Dark and Konrad's lower bound [CCC 2020] up to constant factors. By computing a random greedy matching, we identify `easy' instances of the problem which can trivially… ▽ More

    Submitted 12 September, 2022; originally announced September 2022.

  4. arXiv:2204.04717  [pdf, other

    cs.DS

    Improved Weighted Matching in the Sliding Window Model

    Authors: Cezar-Mihail Alexandru, Pavel Dvořák, Christian Konrad, Kheeran K. Naidu

    Abstract: We consider the Maximum-weight Matching (MWM) problem in the streaming sliding window model of computation. In this model, the input consists of a sequence of weighted edges on a given vertex set $V$ of size $n$. The objective is to maintain an approximation of a maximum-weight matching in the graph spanned by the $L$ most recent edges, for some integer $L$, using as little space as possible. Prio… ▽ More

    Submitted 10 January, 2023; v1 submitted 10 April, 2022; originally announced April 2022.

  5. On Two-Pass Streaming Algorithms for Maximum Bipartite Matching

    Authors: Christian Konrad, Kheeran K. Naidu

    Abstract: We study two-pass streaming algorithms for Maximum Bipartite Matching (MBM). All known two-pass streaming algorithms for MBM operate in a similar fashion: They compute a maximal matching in the first pass and find 3-augmenting paths in the second in order to augment the matching found in the first pass. Our aim is to explore the limitations of this approach and to determine whether current techniq… ▽ More

    Submitted 17 September, 2021; v1 submitted 16 July, 2021; originally announced July 2021.

    ACM Class: F.2.2; G.2.2

    Journal ref: LIPIcs, Volume 207, APPROX/RANDOM 2021, 19:1-19:18