Interval Query Problem on Cube-free Median Graphs
Soh Kumabe

TL;DR
This paper introduces an efficient algorithm for the interval query problem on cube-free median graphs, enabling fast sum computations over shortest paths using a novel stairs decomposition technique.
Contribution
The paper presents the first $O( ext{log}^2 n)$ time algorithm for interval queries on cube-free median graphs, utilizing a new stairs decomposition method.
Findings
Answer each interval query in $O( ext{log}^2 n)$ time
Construct data structures in $O(n ext{log}^3 n)$ time and $O(n ext{log}^2 n)$ space
Introduces the stairs decomposition technique for graph interval decomposition
Abstract
In this paper, we introduce the \emph{interval query problem} on cube-free median graphs. Let be a cube-free median graph and be a commutative semigroup. For each vertex in , we are given an element in . For each query, we are given two vertices in and asked to calculate the sum of over all vertices belonging to a shortest path. This is a common generalization of range query problems on trees and grids. In this paper, we provide an algorithm to answer each interval query in time. The required data structure is constructed in time and space. To obtain our algorithm, we introduce a new technique, named the \emph{stairs decomposition}, to decompose an interval of cube-free median graphs into simpler substructures.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
