Zum Hauptinhalt springen

Showing 1–37 of 37 results for author: Bhore, S

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

    cs.CG cs.DS

    Fast Static and Dynamic Approximation Algorithms for Geometric Optimization Problems: Piercing, Independent Set, Vertex Cover, and Matching

    Authors: Sujoy Bhore, Timothy M. Chan

    Abstract: We develop simple and general techniques to obtain faster (near-linear time) static approximation algorithms, as well as efficient dynamic data structures, for four fundamental geometric optimization problems: minimum piercing set (MPS), maximum independent set (MIS), minimum vertex cover (MVC), and maximum-cardinality matching (MCM). Highlights of our results include the following: * For $n$ ax… ▽ More

    Submitted 30 July, 2024; originally announced July 2024.

    Comments: This paper includes the results on vertex cover and matching from our previous arXiv submission (arXiv:2402.07441), along with new results on piercing and independent sets. Abstract shortened to meet arXiv limit

  2. arXiv:2405.18833  [pdf, ps, other

    cs.CG cs.CC

    Geometric Bipartite Matching is in NC

    Authors: Sujoy Bhore, Sarfaraz Equbal, Rohit Gurjar

    Abstract: In this work, we study the parallel complexity of the Euclidean minimum-weight perfect matching (EWPM) problem. Here our graph is the complete bipartite graph $G$ on two sets of points $A$ and $B$ in $\mathbb{R}^2$ and the weight of each edge is the Euclidean distance between the corresponding points. The weighted perfect matching problem on general bipartite graphs is known to be in RNC [Mulmuley… ▽ More

    Submitted 29 May, 2024; originally announced May 2024.

    Comments: 15 pages, 4 figures

  3. arXiv:2404.05045  [pdf, other

    cs.CG cs.DS

    Spanners in Planar Domains via Steiner Spanners and non-Steiner Tree Covers

    Authors: Sujoy Bhore, Balázs Keszegh, Andrey Kupavskii, Hung Le, Alexandre Louvet, Dömötör Pálvölgyi, Csaba D. Tóth

    Abstract: We study spanners in planar domains, including polygonal domains, polyhedral terrain, and planar metrics. Previous work showed that for any constant $ε\in (0,1)$, one could construct a $(2+ε)$-spanner with $O(n\log(n))$ edges (SICOMP 2019), and there is a lower bound of $Ω(n^2)$ edges for any $(2-ε)$-spanner (SoCG 2015). The main open question is whether a linear number of edges suffices and the s… ▽ More

    Submitted 7 April, 2024; originally announced April 2024.

    Comments: 40 pages, 11 figures. Abstract shorten to meet Arxiv limits

  4. arXiv:2404.03981  [pdf, other

    cs.CG

    Approximation Schemes for Geometric Knapsack for Packing Spheres and Fat Objects

    Authors: Pritam Acharya, Sujoy Bhore, Aaryan Gupta, Arindam Khan, Bratin Mondal, Andreas Wiese

    Abstract: We study the geometric knapsack problem in which we are given a set of $d$-dimensional objects (each with associated profits) and the goal is to find the maximum profit subset that can be packed non-overlappingly into a given $d$-dimensional (unit hypercube) knapsack. Even if $d=2$ and all input objects are disks, this problem is known to be NP-hard [Demaine, Fekete, Lang, 2010]. In this paper, we… ▽ More

    Submitted 5 April, 2024; originally announced April 2024.

    Comments: 28 pages, 8 figures

  5. arXiv:2402.07441  [pdf, ps, other

    cs.CG

    Fully Dynamic Geometric Vertex Cover and Matching

    Authors: Sujoy Bhore, Timothy M. Chan

    Abstract: In this work, we study two fundamental graph optimization problems, minimum vertex cover (MVC) and maximum-cardinality matching (MCM), for intersection graphs of geometric objects, e.g., disks, rectangles, hypercubes, etc., in $d$-dimensional Euclidean space. We consider the problems in fully dynamic settings, allowing insertions and deletions of objects. We develop a general framework for dynam… ▽ More

    Submitted 13 February, 2024; v1 submitted 12 February, 2024; originally announced February 2024.

    Comments: 25 Pages

  6. arXiv:2310.14078  [pdf, other

    cs.DS cs.CG

    Online Duet between Metric Embeddings and Minimum-Weight Perfect Matchings

    Authors: Sujoy Bhore, Arnold Filtser, Csaba D. Tóth

    Abstract: Low-distortional metric embeddings are a crucial component in the modern algorithmic toolkit. In an online metric embedding, points arrive sequentially and the goal is to embed them into a simple space irrevocably, while minimizing the distortion. Our first result is a deterministic online embedding of a general metric into Euclidean space with distortion… ▽ More

    Submitted 21 October, 2023; originally announced October 2023.

    Comments: 53 pages, 8 figures, to be presented at the ACM-SIAM Symposium on Discrete Algorithms (SODA24)

  7. arXiv:2308.15842  [pdf, other

    cs.DS cs.CG

    On Colorful Vertex and Edge Cover Problems

    Authors: Sayan Bandyapadhyay, Aritra Banik, Sujoy Bhore

    Abstract: In this paper, we study two generalizations of Vertex Cover and Edge Cover, namely Colorful Vertex Cover and Colorful Edge Cover. In the Colorful Vertex Cover problem, given an $n$-vertex edge-colored graph $G$ with colors from $\{1, \ldots, ω\}$ and coverage requirements $r_1, r_2, \ldots, r_ω$, the goal is to find a minimum-sized set of vertices that are incident on at least $r_i$ edges of color… ▽ More

    Submitted 30 August, 2023; originally announced August 2023.

  8. arXiv:2308.00979  [pdf, other

    cs.CG cs.DS

    Fully Dynamic Maximum Independent Sets of Disks in Polylogarithmic Update Time

    Authors: Sujoy Bhore, Martin Nöllenburg, Csaba D. Tóth, Jules Wulms

    Abstract: A fundamental question is whether one can maintain a maximum independent set in polylogarithmic update time for a dynamic collection of geometric objects in Euclidean space. Already, for a set of intervals, it is known that no dynamic algorithm can maintain an exact maximum independent set in sublinear update time. Therefore, the typical objective is to explore the trade-off between update time an… ▽ More

    Submitted 6 December, 2023; v1 submitted 2 August, 2023; originally announced August 2023.

    Comments: Abstract is shortened to meet Arxiv's requirement on the number of characters

  9. arXiv:2302.10513  [pdf, other

    cs.CG cs.DS

    Dynamic Euclidean Bottleneck Matching

    Authors: A. Karim Abu-Affash, Sujoy Bhore, Paz Carmi

    Abstract: A fundamental question in computational geometry is for a set of input points in the Euclidean space, that is subject to discrete changes (insertion/deletion of points at each time step), whether it is possible to maintain an approximate bottleneck matching in sublinear update time. In this work, we answer this question in the affirmative for points on a real line and for points in the plane with… ▽ More

    Submitted 21 February, 2023; originally announced February 2023.

    Comments: 18 pages, 3 figures

  10. arXiv:2302.10046  [pdf, other

    cs.CG

    Extending Orthogonal Planar Graph Drawings is Fixed-Parameter Tractable

    Authors: Sujoy Bhore, Robert Ganian, Liana Khazaliya, Fabrizio Montecchiani, Martin Nöllenburg

    Abstract: The task of finding an extension to a given partial drawing of a graph while adhering to constraints on the representation has been extensively studied in the literature, with well-known results providing efficient algorithms for fundamental representations such as planar and beyond-planar topological drawings. In this paper, we consider the extension problem for bend-minimal orthogonal drawings o… ▽ More

    Submitted 20 February, 2023; originally announced February 2023.

  11. arXiv:2209.14804  [pdf, other

    cs.CG

    Minimum Link Fencing

    Authors: Sujoy Bhore, Fabian Klute, Maarten Löffler, Martin Nöllenburg, Soeren Terziadis, Anaïs Villedieu

    Abstract: We study a variant of the geometric multicut problem, where we are given a set $\mathcal{P}$ of colored and pairwise interior-disjoint polygons in the plane. The objective is to compute a set of simple closed polygon boundaries (fences) that separate the polygons in such a way that any two polygons that are enclosed by the same fence have the same color, and the total number of links of all fences… ▽ More

    Submitted 29 September, 2022; originally announced September 2022.

  12. arXiv:2207.01108  [pdf, other

    cs.CG cs.DS

    On Streaming Algorithms for Geometric Independent Set and Clique

    Authors: Sujoy Bhore, Fabian Klute, Jelle J. Oostveen

    Abstract: We study the maximum geometric independent set and clique problems in the streaming model. Given a collection of geometric objects arriving in an insertion only stream, the aim is to find a subset such that all objects in the subset are pairwise disjoint or intersect respectively. We show that no constant factor approximation algorithm exists to find a maximum set of independent segments or $2$-… ▽ More

    Submitted 3 July, 2022; originally announced July 2022.

    Comments: 11 pages, 3 figures

  13. arXiv:2206.09648  [pdf, other

    cs.CG cs.DM

    Euclidean Steiner Spanners: Light and Sparse

    Authors: Sujoy Bhore, Csaba D. Toth

    Abstract: Lightness and sparsity are two natural parameters for Euclidean $(1+\varepsilon)$-spanners. Classical results show that, when the dimension $d\in \mathbb{N}$ and $\varepsilon>0$ are constant, every set $S$ of $n$ points in $d$-space admits an $(1+\varepsilon)$-spanners with $O(n)$ edges and weight proportional to that of the Euclidean MST of $S$. In a recent breakthrough, Le and Solomon (2019) est… ▽ More

    Submitted 20 June, 2022; originally announced June 2022.

    Comments: This combines two previous papers appeared in STACS'21 (arXiv:2010.02908) and SoCG'21 (arXiv:2012.02216), and is to appear in SIAM Journal on Discrete Mathematics

  14. arXiv:2202.09991  [pdf, other

    cs.CG cs.DS

    Online Spanners in Metric Spaces

    Authors: Sujoy Bhore, Arnold Filtser, Hadi Khodabandeh, Csaba D. Tóth

    Abstract: Given a metric space $\mathcal{M}=(X,δ)$, a weighted graph $G$ over $X$ is a metric $t$-spanner of $\mathcal{M}$ if for every $u,v \in X$, $δ(u,v)\le d_G(u,v)\le t\cdot δ(u,v)$, where $d_G$ is the shortest path metric in $G$. In this paper, we construct spanners for finite sets in metric spaces in the online setting. Here, we are given a sequence of points $(s_1, \ldots, s_n)$, where the points ar… ▽ More

    Submitted 20 February, 2022; originally announced February 2022.

  15. Untangling Circular Drawings: Algorithms and Complexity

    Authors: Sujoy Bhore, Guangping Li, Martin Nöllenburg, Ignaz Rutter, Hsiang-Yun Wu

    Abstract: We consider the problem of untangling a given (non-planar) straight-line circular drawing $δ_G$ of an outerplanar graph $G=(V, E)$ into a planar straight-line circular drawing by shifting a minimum number of vertices to a new position on the circle. For an outerplanar graph $G$, it is clear that such a crossing-free circular drawing always exists and we define the circular shifting number shift… ▽ More

    Submitted 20 December, 2021; v1 submitted 18 November, 2021; originally announced November 2021.

    Comments: 20 pages, 10 figures, extended version of ISAAC 2021 paper

    ACM Class: G.2.2; I.3.5

  16. arXiv:2109.04368  [pdf, other

    cs.CG cs.CC cs.HC

    Worbel: Aggregating Point Labels into Word Clouds

    Authors: Sujoy Bhore, Robert Ganian, Guangping Li, Martin Nöllenburg, Jules Wulms

    Abstract: Point feature labeling is a classical problem in cartography and GIS that has been extensively studied for geospatial point data. At the same time, word clouds are a popular visualization tool to show the most important words in text data which has also been extended to visualize geospatial data (Buchin et al. PacificVis 2016). In this paper, we study a hybrid visualization, which combines aspec… ▽ More

    Submitted 9 September, 2021; originally announced September 2021.

    Comments: 22 pages, 11 figures (21 subfigures), accepted by sigspatial 2021

    ACM Class: F.1.3; I.3.5; H.2.8

  17. arXiv:2108.12327  [pdf, other

    cs.DM cs.CG

    On the Upward Book Thickness Problem: Combinatorial and Complexity Results

    Authors: Sujoy Bhore, Giordano Da Lozzo, Fabrizio Montecchiani, Martin Nöllenburg

    Abstract: A long-standing conjecture by Heath, Pemmaraju, and Trenk states that the upward book thickness of outerplanar DAGs is bounded above by a constant. In this paper, we show that the conjecture holds for subfamilies of upward outerplanar graphs, namely those whose underlying graph is an internally-triangulated outerpath or a cactus, and those whose biconnected components are $at$-outerplanar graphs.… ▽ More

    Submitted 27 August, 2021; originally announced August 2021.

    Comments: Appears in the Proceedings of the 29th International Symposium on Graph Drawing and Network Visualization (GD 2021)

  18. arXiv:2107.00684  [pdf, other

    cs.CG cs.DS

    Online Euclidean Spanners

    Authors: Sujoy Bhore, Csaba D. Tóth

    Abstract: In this paper, we study the online Euclidean spanners problem for points in $\mathbb{R}^d$. Suppose we are given a sequence of $n$ points $(s_1,s_2,\ldots, s_n)$ in $\mathbb{R}^d$, where point $s_i$ is presented in step~$i$ for $i=1,\ldots, n$. The objective of an online algorithm is to maintain a geometric $t$-spanner on $S_i=\{s_1,\ldots, s_i\}$ for each step~$i$. First, we establish a lower b… ▽ More

    Submitted 1 July, 2021; originally announced July 2021.

    Comments: 22 pages, 8 figures. An extended abstract of this paper will appear in the Proceedings of ESA 2021

  19. arXiv:2106.14451  [pdf, other

    cs.CG

    Dynamic Schnyder Woods

    Authors: Sujoy Bhore, Prosenjit Bose, Pilar Cano, Jean Cardinal, John Iacono

    Abstract: A realizer, commonly known as Schnyder woods, of a triangulation is a partition of its interior edges into three oriented rooted trees. A flip in a realizer is a local operation that transforms one realizer into another. Two types of flips in a realizer have been introduced: colored flips and cycle flips. A corresponding flip graph is defined for each of these two types of flips. The vertex sets a… ▽ More

    Submitted 28 June, 2021; originally announced June 2021.

    Comments: 15 pages

    MSC Class: 05C10 ACM Class: F.2; G.2

  20. arXiv:2103.08416  [pdf, other

    cs.CG cs.DM

    Unit Disk Representations of Embedded Trees, Outerplanar and Multi-Legged Graphs

    Authors: Sujoy Bhore, Maarten Löffler, Soeren Nickel, Martin Nöllenburg

    Abstract: A unit disk intersection representation (UDR) of a graph $G$ represents each vertex of $G$ as a unit disk in the plane, such that two disks intersect if and only if their vertices are adjacent in $G$. A UDR with interior-disjoint disks is called a unit disk contact representation (UDC). We prove that it is NP-hard to decide if an outerplanar graph or an embedded tree admits a UDR. We further provi… ▽ More

    Submitted 26 August, 2021; v1 submitted 15 March, 2021; originally announced March 2021.

    Comments: 34 Pages, 19 Figures, An extended abstract of this paper will appear in the Proceedings of GD 2021

  21. arXiv:2101.05235  [pdf, other

    cs.CC cs.CG

    Space-Efficient Algorithms for Reachability in Geometric Graphs

    Authors: Sujoy Bhore, Rahul Jain

    Abstract: The problem of graph Reachability is to decide whether there is a path from one vertex to another in a given graph. In this paper, we study the Reachability problem on three distinct graph families - intersection graphs of Jordan regions, unit contact disk graphs (penny graphs), and chordal graphs. For each of these graph families, we present space-efficient algorithms for the Reachability problem… ▽ More

    Submitted 3 July, 2021; v1 submitted 13 January, 2021; originally announced January 2021.

  22. arXiv:2012.02216  [pdf, other

    cs.CG cs.DM

    Light Euclidean Steiner Spanners in the Plane

    Authors: Sujoy Bhore, Csaba D. Tóth

    Abstract: Lightness is a fundamental parameter for Euclidean spanners; it is the ratio of the spanner weight to the weight of the minimum spanning tree of a finite set of points in $\mathbb{R}^d$. In a recent breakthrough, Le and Solomon (2019) established the precise dependencies on $\varepsilon>0$ and $d\in \mathbb{N}$ of the minimum lightness of $(1+\varepsilon)$-spanners, and observed that additional St… ▽ More

    Submitted 28 March, 2021; v1 submitted 3 December, 2020; originally announced December 2020.

    Comments: 29 pages, 14 figures. A 17-page extended abstract will appear in the Proceedings of the 37th International Symposium on Computational Geometry

  23. arXiv:2010.02908  [pdf, other

    cs.CG

    On Euclidean Steiner $(1+ε)$-Spanners

    Authors: Sujoy Bhore, Csaba D. Tóth

    Abstract: Lightness and sparsity are two natural parameters for Euclidean $(1+\varepsilon)$-spanners. Classical results show that, when the dimension $d\in \mathbb{N}$ and $\varepsilon>0$ are constant, every set $S$ of $n$ points in $d$-space admits an $(1+\varepsilon)$-spanners with $O(n)$ edges and weight proportional to that of the Euclidean MST of $S$. Tight bounds on the dependence on $\varepsilon>0$ f… ▽ More

    Submitted 13 March, 2021; v1 submitted 6 October, 2020; originally announced October 2020.

    Comments: 16 pages, 5 figures

  24. arXiv:2008.08288  [pdf, other

    cs.CG cs.DS

    Parameterized Algorithms for Queue Layouts

    Authors: Sujoy Bhore, Robert Ganian, Fabrizio Montecchiani, Martin Nöllenburg

    Abstract: An $h$-queue layout of a graph $G$ consists of a linear order of its vertices and a partition of its edges into $h$ queues, such that no two independent edges of the same queue nest. The minimum $h$ such that $G$ admits an $h$-queue layout is the queue number of $G$. We present two fixed-parameter tractable algorithms that exploit structural properties of graphs to compute optimal queue layouts. A… ▽ More

    Submitted 19 August, 2020; originally announced August 2020.

    Comments: Appears in the Proceedings of the 28th International Symposium on Graph Drawing and Network Visualization (GD 2020)

  25. arXiv:2007.08643  [pdf, other

    cs.DS cs.CG

    Dynamic Geometric Independent Set

    Authors: Sujoy Bhore, Jean Cardinal, John Iacono, Grigorios Koumoutsos

    Abstract: We present fully dynamic approximation algorithms for the Maximum Independent Set problem on several types of geometric objects: intervals on the real line, arbitrary axis-aligned squares in the plane and axis-aligned $d$-dimensional hypercubes. It is known that a maximum independent set of a collection of $n$ intervals can be found in $O(n\log n)$ time, while it is already \textsf{NP}-hard for… ▽ More

    Submitted 16 July, 2020; originally announced July 2020.

  26. arXiv:2004.09220  [pdf, other

    cs.CG

    Parameterized Study of Steiner Tree on Unit Disk Graphs

    Authors: Sujoy Bhore, Paz Carmi, Sudeshna Kolay, Meirav Zehavi

    Abstract: We study the Steiner Tree problem on unit disk graphs. Given a $n$ vertex unit disk graph $G$, a subset $R\subseteq V(G)$ of $t$ vertices and a positive integer $k$, the objective is to decide if there exists a tree $T$ in $G$ that spans over all vertices of $R$ and uses at most $k$ vertices from $V\setminus R$. The vertices of $R$ are referred to as terminals and the vertices of… ▽ More

    Submitted 20 April, 2020; originally announced April 2020.

    Comments: Accepted in Scandinavian Symposium and Workshops on Algorithm Theory (SWAT) 2020

  27. arXiv:2004.08854  [pdf, other

    cs.CG

    Planar Bichromatic Bottleneck Spanning Trees

    Authors: A. Karim Abu-Affash, Sujoy Bhore, Paz Carmi, Joseph S. B. Mitchell

    Abstract: Given a set $P$ of $n$ red and blue points in the plane, a \emph{planar bichromatic spanning tree} of $P$ is a spanning tree of $P$, such that each edge connects between a red and a blue point, and no two edges intersect. In the bottleneck planar bichromatic spanning tree problem, the goal is to find a planar bichromatic spanning tree $T$, such that the length of the longest edge in $T$ is minimiz… ▽ More

    Submitted 19 April, 2020; originally announced April 2020.

  28. Balanced Independent and Dominating Sets on Colored Interval Graphs

    Authors: Sujoy Bhore, Jan-Henrik Haunert, Fabian Klute, Guangping Li, Martin Nöllenburg

    Abstract: We study two new versions of independent and dominating set problems on vertex-colored interval graphs, namely $f$-Balanced Independent Set ($f$-BIS) and $f$-Balanced Dominating Set ($f$-BDS). Let $G=(V,E)$ be a vertex-colored interval graph with a color assignment function $γ\colon V \rightarrow \{1,\ldots,k\}$ that maps all vertices in $G$ onto $k$ colors. A subset of vertices $S\subseteq V$ is… ▽ More

    Submitted 27 March, 2022; v1 submitted 11 March, 2020; originally announced March 2020.

    Comments: In Section 4.2 of an earlier version, we presented a local search approach and claimed it was a PTAS for the 1-MCIS problem. After its publication date, we noted that our claim was in contradiction with the APX-hardness result of the Job Interval Scheduling Problem and found a mistake in the proof of our Lemma 9. In this erratum, we removed Section 4.2 and added a correction note

    ACM Class: G.2.2; I.3.5

  29. An Algorithmic Study of Fully Dynamic Independent Sets for Map Labeling

    Authors: Sujoy Bhore, Guangping Li, Martin Nöllenburg

    Abstract: Map labeling is a classical problem in cartography and geographic information systems (GIS) that asks to place labels for area, line, and point features, with the goal to select and place the maximum number of independent, i.e., overlap-free, labels. A practically interesting case is point labeling with axis-parallel rectangular labels of common size. In a fully dynamic setting, at each time step,… ▽ More

    Submitted 17 February, 2022; v1 submitted 18 February, 2020; originally announced February 2020.

    Comments: The full version of a paper appearing at ESA 2020, accepted by the ACM Journal of Experimental Algorithmics (JEA)

  30. arXiv:2002.05488  [pdf, other

    cs.CG math.CO

    Geometric Systems of Unbiased Representatives

    Authors: Aritra Banik, Bhaswar B. Bhattacharya, Sujoy Bhore, Leonardo Martínez-Sandoval

    Abstract: Let $P$ be a set of points in $\mathbb{R}^d$, $B$ a bicoloring of $P$ and $\Oo$ a family of geometric objects (that is, intervals, boxes, balls, etc). An object from $\Oo$ is called balanced with respect to $B$ if it contains the same number of points from each color of $B$. For a collection $\B$ of bicolorings of $P$, a geometric system of unbiased representatives (G-SUR) is a subset… ▽ More

    Submitted 13 February, 2020; originally announced February 2020.

    Comments: Appears in the Proceedings of the 31st Canadian Conference on Computational Geometry (CCCG 2019)

  31. Geometric Planar Networks on Bichromatic Points

    Authors: Sayan Bandyapadhyay, Aritra Banik, Sujoy Bhore, Martin Nöllenburg

    Abstract: We study three classical graph problems - Hamiltonian path, minimum spanning tree, and minimum perfect matching on geometric graphs induced by bichromatic (red and blue) points. These problems have been widely studied for points in the Euclidean plane, and many of them are NP-hard. In this work, we consider these problems for collinear points. We show that almost all of these problems can be solve… ▽ More

    Submitted 16 July, 2022; v1 submitted 20 November, 2019; originally announced November 2019.

    Comments: Appeared in Theoretical Computer Science (TCS) 2021

  32. arXiv:1909.03872  [pdf, other

    cs.DM

    Balanced Connected Subgraph Problem in Geometric Intersection Graphs

    Authors: Sujoy Bhore, Satyabrata Jana, Supantha Pandit, Sasanka Roy

    Abstract: We study the Balanced Connected Subgraph(shortly, BCS) problem on geometric intersection graphs such as interval, circular-arc, permutation, unit-disk, outer-string graphs, etc. Given a vertex-colored graph $G=(V,E)$, where each vertex in $V$ is colored with either ``red'' or ``blue'', the BCS problem seeks a maximum cardinality induced connected subgraph $H$ of $G$ such that $H$ is color-balanced… ▽ More

    Submitted 9 September, 2019; originally announced September 2019.

    Comments: 17 pages, 3 figures

  33. arXiv:1908.08911  [pdf, other

    cs.DS

    Parameterized Algorithms for Book Embedding Problems

    Authors: Sujoy Bhore, Robert Ganian, Fabrizio Montecchiani, Martin Nöllenburg

    Abstract: A k-page book embedding of a graph G draws the vertices of G on a line and the edges on k half-planes (called pages) bounded by this line, such that no two edges on the same page cross. We study the problem of determining whether G admits a k-page book embedding both when the linear order of the vertices is fixed, called Fixed-Order Book Thickness, or not fixed, called Book Thickness. Both problem… ▽ More

    Submitted 23 August, 2019; originally announced August 2019.

    Comments: Appears in the Proceedings of the 27th International Symposium on Graph Drawing and Network Visualization (GD 2019)

  34. arXiv:1902.11149  [pdf, other

    cs.CG cs.CC cs.DM

    Algorithm and Hardness results on Liar's Dominating Set and $k$-tuple Dominating Set

    Authors: Sandip Banerjee, Sujoy Bhore

    Abstract: Given a graph $G=(V,E)$, the dominating set problem asks for a minimum subset of vertices $D\subseteq V$ such that every vertex $u\in V\setminus D$ is adjacent to at least one vertex $v\in D$. That is, the set $D$ satisfies the condition that $|N[v]\cap D|\geq 1$ for each $v\in V$, where $N[v]$ is the closed neighborhood of $v$. In this paper, we study two variants of the classical dominating set… ▽ More

    Submitted 24 November, 2019; v1 submitted 27 February, 2019; originally announced February 2019.

    Comments: Appears in the Proceedings of the 30th International Workshop on Combinatorial Algorithms (IWOCA 2019)

  35. arXiv:1809.08856  [pdf, ps, other

    cs.DM math.CO

    The Balanced Connected Subgraph Problem

    Authors: Sujoy Bhore, Sourav Chakraborty, Satyabrata Jana, Joseph S. B. Mitchell, Supantha Pandit, Sasanka Roy

    Abstract: The problem of computing induced subgraphs that satisfy some specified restrictions arises in various applications of graph algorithms and has been well studied. In this paper, we consider the following Balanced Connected Subgraph (shortly, BCS) problem. The input is a graph $G=(V,E)$, with each vertex in the set $V$ having an assigned color, "red" or "blue". We seek a maximum-cardinality subset… ▽ More

    Submitted 24 September, 2018; originally announced September 2018.

    Comments: 15 pages, 3 figures

  36. arXiv:1603.09570  [pdf, other

    cs.DM math.CO

    On local structures of cubicity 2 graphs

    Authors: Sujoy Kumar Bhore, Dibyayan Chakraborty, Sandip Das, Sagnik Sen

    Abstract: A 2-stab unit interval graph (2SUIG) is an axes-parallel unit square intersection graph where the unit squares intersect either of the two fixed lines parallel to the $X$-axis, distance $1 + ε$ ($0 < ε< 1$) apart. This family of graphs allow us to study local structures of unit square intersection graphs, that is, graphs with cubicity 2. The complexity of determining whether a tree has cubicity 2… ▽ More

    Submitted 31 March, 2016; originally announced March 2016.

  37. arXiv:1603.09561  [pdf, ps, other

    cs.DM

    On a special class of boxicity 2 graphs

    Authors: Sujoy Kumar Bhore, Dibyayan Chakraborty, Sandip Das, Sagnik Sen

    Abstract: We define and study a class of graphs, called 2-stab interval graphs (2SIG), with boxicity 2 which properly contains the class of interval graphs. A 2SIG is an axes-parallel rectangle intersection graph where the rectangles have unit height (that is, length of the side parallel to $Y$-axis) and intersects either of the two fixed lines, parallel to the $X$-axis, distance $1+ε$ ($0 < ε< 1$) apart. I… ▽ More

    Submitted 31 March, 2016; originally announced March 2016.