activity
20172021
most citedIndexing Graph Search Trees and Applications

2 citations · 2 across the 2 of their papers we have counts for

collaborators

9 papers

cs.DS2021

Succinct Data Structures for Series-Parallel, Block-Cactus and 3-Leaf Power Graphs

Sankardeep Chakraborty, Seungbum Jo, Kunihiko Sadakane +1

We design succinct encodings of {\it series-parallel, block-cactus} and {\it 3-leaf power} graphs while supporting the basic navigational queries such as degree, adjacency and neig…

cs.DS2020

Succinct Navigational Oracles for Families of Intersection Graphs on a Circle

Hüseyin Acan, Sankardeep Chakraborty, Seungbum Jo +3

We consider the problem of designing succinct navigational oracles, i.e., succinct data structures supporting basic navigational queries such as degree, adjacency, and neighborhood…

cs.DS2019

Enumerating Range Modes

Kentaro Sumigawa, Sankardeep Chakraborty, Kunihiko Sadakane +1

We consider the range mode problem where given a sequence and a query range in it, we want to find items with maximum frequency in the range. We give time- and space- efficient alg…

cs.DS2019

Optimal In-place Algorithms for Basic Graph Problems

Sankardeep Chakraborty, Kunihiko Sadakane, Srinivasa Rao Satti

We present linear time {\it in-place} algorithms for several basic and fundamental graph problems including the well-known graph search methods (like depth-first search, breadth-fi…

cs.DS2019

Space Efficient Algorithms for Breadth-Depth Search

Sankardeep Chakraborty, Anish Mukherjee, Srinivasa Rao Satti

Continuing the recent trend, in this article we design several space-efficient algorithms for two well-known graph search methods. Both these search methods share the same name {\i…

cs.DS20192 cited

Indexing Graph Search Trees and Applications

Sankardeep Chakraborty, Kunihiko Sadakane

We consider the problem of compactly representing the Depth First Search (DFS) tree of a given undirected or directed graph having vertices and edges while supporting vario…