English

Efficient Farthest-Point Queries in Two-Terminal Series-Parallel Networks

Data Structures and Algorithms 2015-07-30 v4

Abstract

Consider the continuum of points along the edges of a network, i.e., a connected, undirected graph with positive edge weights. We measure the distance between these points in terms of the weighted shortest path distance, called the network distance. Within this metric space, we study farthest points and farthest distances. We introduce a data structure supporting queries for the farthest distance and the farthest points on two-terminal series-parallel networks. This data structure supports farthest-point queries in O(k+logn)O(k + \log n) time after O(nlogp)O(n \log p) construction time, where kk is the number of farthest points, nn is the size of the network, and pp parallel operations are required to generate the network.

Keywords

Cite

@article{arxiv.1503.01706,
  title  = {Efficient Farthest-Point Queries in Two-Terminal Series-Parallel Networks},
  author = {Carsten Grimm},
  journal= {arXiv preprint arXiv:1503.01706},
  year   = {2015}
}

Comments

To appear in the proceedings of the 41st Workshop on Graph-Theoretic Concepts in Computer Science (WG2015)

R2 v1 2026-06-22T08:45:23.993Z