vix.ing · top · new · best · stats · spec

Tight Approximation Bounds on a Simple Algorithm for Minimum Average Search Time in Trees

2024/02/08 by Svein Høgemo, Høgemo, Svein · 2 citations
Computer Science · #Algorithms and Data Compression #Complexity and Algorithms in Graphs #Data Structures and Algorithms (cs.DS) #FOS: Computer and information sciences #G.2.2 #Graph Theory and Algorithms

paper · pdf · doi:10.48550/arxiv.2402.05560

openalex publication_date 2024/02/08 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

The graph invariant EPT-sum has cropped up in several unrelated fields in later years: As an objective function for hierarchical clustering, as a more fine-grained version of the classical edge ranking problem, and, specifically when the input is a vertex-weighted tree, as a measure of average/expected search length in a partially ordered set. The EPT-sum of a graph G is defined as the minimum sum of the depth of every leaf in an edge partition tree (EPT), a rooted tree where leaves correspond to vertices in G and internal nodes correspond to edges in G. A simple algorithm that approximates EPT-sum on trees is given by recursively choosing the most balanced edge in the input tree G to build an EPT of G. Due to its fast runtime, this balanced cut algorithm can be used in practice, and has earlier been analysed to give a 1.62-approximation on trees. In this paper, we show that the balanced cut algorithm gives a 1.5-approximation of EPT-sum on trees, which amounts to a tight analysis and answers a question posed by Cicalese et al. in 2014.

Cited by

Related