Most, And Least, Compact Spanning Trees of a Graph
Gyan Ranjan, Nishant Saurabh, Amit Ashutosh

TL;DR
This paper introduces methods to find the most and least compact spanning trees in a graph based on average shortest path distances, using a greedy iterative approach with empirical validation on various graph types.
Contribution
It presents a novel greedy algorithm for identifying extremal spanning trees based on average shortest path distances, utilizing forest accessibility matrices.
Findings
The method effectively finds extremal spanning trees in different graph families.
Empirical results support the algorithm's applicability to standard graph models.
The approach has polynomial time complexity.
Abstract
We introduce the concept of Most, and Least, Compact Spanning Trees - denoted respectively by and - of a simple, connected, undirected and unweighted graph . For a spanning tree to be considered , where represents the set of all the spanning trees of the graph , it must have the least average inter-vertex pair (shortest path) distances from amongst the members of the set . Similarly, for it to be considered , it must have the highest average inter-vertex pair (shortest path) distances. In this work, we present an iteratively greedy rank-and-regress method that produces at least one or by eliminating one extremal edge per iteration. The rank function for performing the elimination is based on the elements of the matrix of relative forest accessibilities of a…
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.
Taxonomy
TopicsGraph theory and applications · Complexity and Algorithms in Graphs · Advanced Graph Theory Research
