4.7 Article

Efficient and Effective Directed Minimum Spanning Tree Queries

Journal

MATHEMATICS
Volume 11, Issue 9, Pages -

Publisher

MDPI
DOI: 10.3390/math11092200

Keywords

directed minimum spanning tree; indexed approach; batch query

Categories

Ask authors/readers for more resources

Computing directed Minimum Spanning Tree (DMST) is a fundamental problem in graph theory, applied in various fields such as computer network, communication protocol design, revenue maximization in social networks, and syntactic parsing in Natural Language Processing. This paper proposes an indexed approach that reuses computation results for single and batch queries of DMST, achieving significant speedup while consuming minimal index size.
Computing directed Minimum Spanning Tree (DMST) is a fundamental problem in graph theory. It is applied in a wide spectrum of fields from computer network and communication protocol design to revenue maximization in social networks and syntactic parsing in Natural Language Processing. State-of-the-art solutions are online algorithms that compute DMST for a given graph and a root. For multi-query requirements, the online algorithm is inefficient. To overcome the drawbacks, in this paper, we propose an indexed approach that reuses the computation result to facilitate single and batch queries. We store all the potential edges of DMST in a hierarchical tree in O(n) space complexity. Furthermore, we answer the DMST query of any root in O(n) time complexity. Experimental results demonstrate that our approach can achieve a speedup of 2-3 orders of magnitude in query processing compared to the state-of-the-art while consuming O(n) index size.

Authors

I am an author on this paper
Click your name to claim this paper and add it to your profile.

Reviews

Primary Rating

4.7
Not enough ratings

Secondary Ratings

Novelty
-
Significance
-
Scientific rigor
-
Rate this paper

Recommended

No Data Available
No Data Available