Inset Edges Effect and Average Distance of Trees
M. H. Khalifeh, A.-H. Esfahanian

TL;DR
This paper presents an efficient algorithm for identifying a single inset edge in a tree that minimally impacts the average distance, improving computational efficiency by avoiding recalculations and leveraging matrix tools.
Contribution
It introduces a novel algorithm with sub-quadratic average complexity for finding the optimal inset edge in trees, avoiding recalculations and using advanced matrix techniques.
Findings
Algorithm achieves less than O(m log m) average complexity.
Effectively finds inset edges with minimal average distance change.
Reduces computational time by avoiding distance recalculations.
Abstract
An added edge to a graph is called an inset edge. Predicting k inset edges which minimize the average distance of a graph is known to be NP-Hard. When k = 1 the complexity of the problem is polynomial. In this paper, we further find the single inset edge(s) of a tree with the closest change on the average distance to a given input. To do that we may require the effect of each inset edge for the set of inset edges. For this, we propose an algorithm with the time complexity between O(m) and O(m/m) and an average of less than O( m.log(m)), where m stands for the number of possible inset edges. Then it takes up to O(log(m)) to find the target inset edges for a custom change on the average distance. Using theoretical tools, the algorithm strictly avoids recalculating the distances with no changes, after adding a new edge to a tree. Then reduces the time complexity of calculating remaining…
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 Algorithms · Advanced Graph Theory Research · VLSI and FPGA Design Techniques
