On querying minimum spanning tree in temporal graphs
摘要
The minimum spanning tree (MST) problem is a fundamental graph problem with widespread applications. However, most existing research on MST focuses on graphs without temporal annotations. This paper investigates the MST problem in the context of temporal graphs. Given an undirected weighted temporal graph, the goal is to compute the MST of the graph within a time window. To overcome the inefficiency of the online algorithm, we propose several index-based query algorithms with provable complexity bounds. Experiments on real-world datasets demonstrate that the proposed methods significantly outperform the baseline online algorithm. Notably, the