An Index Method for the Shortest Path Query on Vertex Subset for the Large Graphs.

Zian Pan,Yajun Yang,Qinghua Hu
DOI: https://doi.org/10.1007/978-3-030-60259-8_6
2020-01-01
Abstract:Shortest path query is an important problem in graphs and has been well-studied. In this paper, we study a special kind of shortest path query on a vertex subset. Most of the existing works propose various index techniques to facilitate shortest path query. However, these indexes are constructed for the entire graphs, and they cannot be used for the shortest path query on a vertex subset. In this paper, we propose a novel index named - to organize various vertex subsets in a binary tree shape such that the descendant nodes on the same level of - consist of a partition of their common ancestors. We further introduce how to calculate the shortest path by -. The experimental results on three real-life datasets validate the efficiency of our method.
What problem does this paper attempt to address?